Revision 43a8b008f24bededed6aeb8f09e0e69aa9167378 authored by Dmitri Naumov on 12 April 2021, 08:18:11 UTC, committed by Dmitri Naumov on 27 April 2021, 16:00:25 UTC
1 parent 8541833
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
                                                  spdlog::spdlog
)
back to top