X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/3db2602cfe30c61445e89cc334541ebb4ff76ed8..4d1416455c49f0ba19954ca80a72b72f9dfcd33e:/o815/CMakeLists.txt?ds=sidebyside diff --git a/o815/CMakeLists.txt b/o815/CMakeLists.txt index 8431e25..49fa081 100644 --- a/o815/CMakeLists.txt +++ b/o815/CMakeLists.txt @@ -9,5 +9,5 @@ include_directories(${MPI_INCLUDE_PATH} ../) SET(CMAKE_BUILD_TYPE Release) -add_library(o815 o815.cpp obs.cpp) -target_link_libraries(o815 ${MPI_LIBRARIES} lat_paraq lat_writeout) +add_library(o815 o815.cpp obs.cpp sim.cpp) +target_link_libraries(o815 ${MPI_LIBRARIES} lat_paraq lat_writeout lat_hypercache lat_progress)