]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/CMakeLists.txt
Implemented startconfig.
[phys/latlib.git] / o815 / CMakeLists.txt
index f941c103702ea2c515b9aa5a551307a0b87f47e7..60daa3b030a45dd8927b1b0cdc96f2fc3ec4e6f2 100644 (file)
@@ -14,7 +14,7 @@ endif()
 SET(CMAKE_BUILD_TYPE Release)
 
 add_library(o815 o815.cpp obs.cpp sim.cpp)
 SET(CMAKE_BUILD_TYPE Release)
 
 add_library(o815 o815.cpp obs.cpp sim.cpp)
-target_link_libraries(o815 ${MPI_LIBRARIES} lat_paraq lat_writeout lat_hypercache lat_progress)
+target_link_libraries(o815 ${MPI_LIBRARIES} lat_paraq lat_writeout lat_hypercache lat_progress lat_datread)
 if(DEFINED ENV{MPI_DISABLED})
   set_target_properties(o815 PROPERTIES COMPILE_DEFINITIONS "MPI_DISABLED")
 endif()
 if(DEFINED ENV{MPI_DISABLED})
   set_target_properties(o815 PROPERTIES COMPILE_DEFINITIONS "MPI_DISABLED")
 endif()