https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 895e3925579b8e850ebd8eea970ddbf827f7afea authored by Lars Bilke on 09 April 2021, 07:35:11 UTC
Extracted vtk filters into an own library VtkVisFilter.
Tip revision: 895e392
CMakeLists.txt
get_source_files(SOURCES)

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

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