Skip to content
Snippets Groups Projects
Commit 7db6770e authored by wenqing's avatar wenqing
Browse files

Recovery CLI/CMakeLists.txt

parent c40c5b69
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,8 @@ TARGET_LINK_LIBRARIES(ogs
${Boost_LIBRARIES}
)
IF(OGS_USE_PETSC)
TARGET_LINK_LIBRARIES(ogs ${ogs} ${PETSC_LIBRARIES})
ENDIF()
INCLUDE(Tests.cmake)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment