Revision bb1f93257e52521aaeb950cb497ba72704676965 authored by Dmitri Naumov on 06 July 2021, 08:21:53 UTC, committed by Dmitri Naumov on 06 July 2021, 21:16:01 UTC
1 parent dfebbe5
Raw File
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