CMakeLists.txt 274 B

123456
  1. add_executable(animate_morphing animate_morphing.cpp)
  2. target_link_libraries(animate_morphing geom_helpers morphing fmt blas gsl glib-2.0)
  3. add_executable(enumerate_knots enumerate_knots.cpp)
  4. target_link_libraries(enumerate_knots geom_helpers morphing fmt blas gsl glib-2.0)