Revision 6c47f325070e1a69285f632999f4d80b0288d6a0 authored by Dmitry Yu. Naumov on 15 March 2021, 08:32:37 UTC, committed by Dmitry Yu. Naumov on 15 March 2021, 08:32:37 UTC
Remove MathLib scalar product

See merge request ogs/ogs!3512
2 parent s c2a158d + dc4bc3b
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