Forked from
ogs / ogs
16144 commits behind the upstream repository.
-
Dmitri Naumov authored
Separting each process implementation into own library. All processes collected in the INTERFACE library 'processes'.
Dmitri Naumov authoredSeparting each process implementation into own library. All processes collected in the INTERFACE library 'processes'.
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)