summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
blob: a435b29af151dc6b4c7ccdb43bebbe11d0a2f539 (plain)
1
2
3
4
5
6
7
8
9
10

add_library(wolff_examples INTERFACE)

target_include_directories(wolff_examples INTERFACE include)

add_executable(simple_ising simple_ising.cpp)
target_link_libraries(simple_ising wolff)

add_subdirectory(src)