Revision db6cb668dce856830184693edac36aa3a882ab85 authored by Dmitri Naumov on 20 March 2021, 20:26:22 UTC, committed by Dmitri Naumov on 22 March 2021, 10:56:43 UTC
Not accessed by derived classes.
1 parent 4dd9dfe
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