https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 691eea29eab979ef0bdfbaa2814b2ac32122bc53 authored by wenqing on 09 July 2021, 19:21:52 UTC
Merge branch 'fixing' into 'master'
Tip revision: 691eea2
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