From c83636a1b56b331cf4ea16450dcf637e6e9fae8a Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 24 Jan 2019 18:55:36 -0500 Subject: added square lattice animation, and fixed the animation library to handle non-triangle cells --- 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 cc93881..4d4099f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,3 +17,6 @@ target_link_libraries(fracture_square frac measurements fftw3 cholmod profiler G add_executable(animate_fracture animate_fracture.cpp) target_link_libraries(animate_fracture frac animate fftw3 cholmod profiler GL GLU glut) +add_executable(animate_fracture_square animate_fracture_square.cpp) +target_link_libraries(animate_fracture_square frac animate fftw3 cholmod profiler GL GLU glut) + -- cgit v1.2.3-70-g09d2