cmake_minimum_required(VERSION 2.8) project(heatbath) # #PROFILING # set(CMAKE_CXX_FLAGS -pg) # set(CMAKE_EXE_LINKER_FLAGS -pg) # set(CMAKE_SHARED_LINKER_FLAGS -pg) SET(CMAKE_BUILD_TYPE Release) add_subdirectory(latlib) add_executable(heatbath heatbath.cpp) #set_target_properties(phi4iso-local PROPERTIES COMPILE_DEFINITIONS "LOCAL_UPDATE_ALGORITHM") target_link_libraries(heatbath o815 gsl gslcblas lat_neigh)