Revision 5cb402d2b74fa5a2164fef50d6d6a54a43c5f990 authored by Lars Bilke on 02 February 2022, 21:02:18 UTC, committed by Lars Bilke on 03 February 2022, 20:23:44 UTC
1 parent b07b23d
Raw File
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(TwoPhaseFlowWithPP ${SOURCES})
target_link_libraries(TwoPhaseFlowWithPP PUBLIC ProcessLib PRIVATE ParameterLib)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top