X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/e3ebeafe796b180ecf26b7b5c8ac7281467b68db..ab41bb7082bbe38266ed56d970773083200c5b71:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 3417d67..bedfec9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,6 @@ SET(CMAKE_BUILD_TYPE Release) add_subdirectory(latlib) -add_executable(heatbath heatbath.cc) +add_executable(heatbath heatbath.cpp) #set_target_properties(phi4iso-local PROPERTIES COMPILE_DEFINITIONS "LOCAL_UPDATE_ALGORITHM") -target_link_libraries(heatbath o815) +target_link_libraries(heatbath o815 gsl gslcblas lat_neigh)