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++ --- lib/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/CMakeLists.txt (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt new file mode 100644 index 0000000..bf3c3b5 --- /dev/null +++ b/lib/CMakeLists.txt @@ -0,0 +1,4 @@ + +add_library(frac SHARED src/graph.cpp src/network.cpp) +target_include_directories(frac PUBLIC include) + -- cgit v1.2.3-54-g00ecf