Revision 9dccd0b4a2f8fe08d98cfe4f37cb4a613891e6c6 authored by Lars Bilke on 23 July 2021, 08:31:31 UTC, committed by Lars Bilke on 23 July 2021, 08:31:31 UTC
[ci] Fix gui linux

See merge request ogs/ogs!3719
2 parent s 90b43df + 3b8a195
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