Select Git revision
CMakeLists.txt
-
Stéphane Del Pino authored
- The checkpoint/resume system is functional for basic types - By now, only the last checkpoint can be used
Stéphane Del Pino authored- The checkpoint/resume system is functional for basic types - By now, only the last checkpoint can be used
CMakeLists.txt 570 B
# ------------------- Source files --------------------
add_library(
PugsLanguageModules
BinaryOperatorRegisterForVh.cpp
BuiltinModule.cpp
CoreModule.cpp
DevUtilsModule.cpp
LinearSolverModule.cpp
MathFunctionRegisterForVh.cpp
MathModule.cpp
MeshModule.cpp
ModuleRepository.cpp
SchemeModule.cpp
SocketModule.cpp
UnaryOperatorRegisterForVh.cpp
WriterModule.cpp
)
target_link_libraries(
PugsLanguageModules
${HIGHFIVE_TARGET}
)
add_dependencies(
PugsCheckpointing
PugsLanguageModules
PugsLanguageAlgorithms
PugsUtils
PugsMesh
)