Skip to content
Snippets Groups Projects
Forked from ogs / ogs
16144 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 155 B
APPEND_SOURCE_FILES(SOURCES)

add_library(TwoPhaseFlowWithPP ${SOURCES})
target_link_libraries(TwoPhaseFlowWithPP PUBLIC ProcessLib)

include(Tests.cmake)