From 07906baa42470bad14d2c40f57967691f6118969 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 1 Nov 2018 12:33:37 -0400 Subject: revamped and simplied fracture code with c++ --- src/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..57a817b --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,7 @@ + +add_library(measurements measurements.cpp) +target_link_libraries(measurements frac) + +add_executable(fracture fracture.cpp) +target_link_libraries(fracture frac measurements fftw3 cholmod) + -- cgit v1.2.3-70-g09d2