]> git.treefish.org Git - phys/heatbath.git/blob - CMakeLists.txt
Set siteconf to complex phi field.
[phys/heatbath.git] / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.8)
2
3 project(heatbath)
4
5 # #PROFILING
6 # set(CMAKE_CXX_FLAGS -pg)
7 # set(CMAKE_EXE_LINKER_FLAGS -pg)
8 # set(CMAKE_SHARED_LINKER_FLAGS -pg)
9
10 SET(CMAKE_BUILD_TYPE Release)
11
12 add_subdirectory(latlib)
13
14 add_executable(heatbath heatbath.cpp)
15 #set_target_properties(phi4iso-local PROPERTIES COMPILE_DEFINITIONS "LOCAL_UPDATE_ALGORITHM")
16 target_link_libraries(heatbath o815 gsl gslcblas lat_neigh)