https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 95cbfcac857b29f7b3704747e6fae87035697693 authored by ThieJan on 17 September 2021, 06:59:38 UTC
Merge branch 'RM-TEST_thresholds' into 'master'
Tip revision: 95cbfca
CMakeLists.txt
# Source files
get_source_files(SOURCES)

# Create the library
ogs_add_library(MeshGeoToolsLib ${SOURCES})

target_link_libraries(
    MeshGeoToolsLib PUBLIC GeoLib MathLib PRIVATE BaseLib MeshLib
)
back to top