diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2017-01-04 23:49:47 -0500 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2017-01-04 23:49:47 -0500 |
commit | 02d18af55aaf50b57b3a57891dac74a9b1a36b60 (patch) | |
tree | 326cb2036544fb54eefaa7ed454f0110979c672f | |
parent | f0b144e5999441e5bf328991ef9fe2268d112687 (diff) |
Update CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ce6168..f3b2d3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,8 @@ set(CMAKE_CXX_FLAGS_RELASE "-O3") set(SOURCE_FILES src/brandes.cc src/parse.h - src/graph.h) + src/graph.h + src/dependency_calculator.h) add_executable(brandes ${SOURCE_FILES}) target_link_libraries(brandes ${CMAKE_THREAD_LIBS_INIT} ) |