X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/3db2602cfe30c61445e89cc334541ebb4ff76ed8..46e492935d31a36641b8e8a5cd27bd86e7df96c4:/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)