]> git.treefish.org Git - phys/heatbath.git/blobdiff - CMakeLists.txt
Added observable phi2.
[phys/heatbath.git] / CMakeLists.txt
index 3417d67c7464dcef8c14b8a274d1112130ec66f4..bedfec9e0bfb21906179b9a6263865f46d9fef54 100644 (file)
@@ -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)