X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/3db2602cfe30c61445e89cc334541ebb4ff76ed8..1a5483766d4056eec087099f2e411aef51b63cf5:/o815/CMakeLists.txt 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)