Revision 69d4c4d886101e5e747ef01d81bf51497c12485f authored by Dmitri Naumov on 19 May 2021, 14:59:58 UTC, committed by Dmitri Naumov on 19 May 2021, 15:46:41 UTC
1 parent 65da96e
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