From 48dbbcff78944628b56d98a663f682e91023245c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 19 Oct 2018 14:09:13 -0400 Subject: added examples for no field and site depedence --- examples/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 634c600..fcb6c0f 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -2,6 +2,8 @@ add_executable(ising ising.cpp) add_executable(ising_animation ising_animation.cpp) add_executable(ising_standalone ising_standalone.cpp) +add_executable(ising_random_field ising_random_field.cpp) +add_executable(ising_no_field ising_no_field.cpp) add_executable(xy On.cpp) add_executable(potts_3 potts.cpp) add_executable(clock_5 clock.cpp) @@ -15,6 +17,8 @@ target_compile_definitions(clock_5 PUBLIC WOLFF_POTTSQ=5) target_link_libraries(ising wolff) target_link_libraries(ising_animation wolff GL GLU glut) target_link_libraries(ising_standalone wolff) +target_link_libraries(ising_random_field wolff) +target_link_libraries(ising_no_field wolff) target_link_libraries(xy wolff) target_link_libraries(potts_3 wolff) target_link_libraries(clock_5 wolff) -- cgit v1.2.3-70-g09d2