From 47c58a2acad34d3de0bb784ea6aca7b55ed9ce92 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 24 Jan 2019 18:05:46 -0500 Subject: added square lattice executable --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2b34984..cc93881 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,6 +11,9 @@ target_link_libraries(animate frac analysis_tools GL GLU glut) add_executable(fracture fracture.cpp) target_link_libraries(fracture frac measurements fftw3 cholmod profiler GL GLU glut) +add_executable(fracture_square fracture_square.cpp) +target_link_libraries(fracture_square frac measurements fftw3 cholmod profiler GL GLU glut) + add_executable(animate_fracture animate_fracture.cpp) target_link_libraries(animate_fracture frac animate fftw3 cholmod profiler GL GLU glut) -- cgit v1.2.3-70-g09d2