Skip to content

Commit

Permalink
removed old coeffflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
crvs committed Feb 25, 2017
1 parent 0a8eca8 commit 741b078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ set(CMAKE_BUILD_TYPE Debug)
include_directories("./lib") # where the header files are

add_library(scomplex SHARED "./lib/scomplex/simplicial_complex.cpp")
add_library(coeffflow SHARED "./lib/scomplex/coeff_flow.cpp")
add_library(pathsnap SHARED "./lib/scomplex/path_snapper.cpp")

add_executable(test0 "src/test0.cpp")
Expand Down

0 comments on commit 741b078

Please sign in to comment.