https://gitlab.opengeosys.org/ogs/ogs.git
Revision 95ecf82eab698e3fb45816417efff24e9daaa30b authored by Thomas Fischer on 03 November 2021, 09:19:00 UTC, committed by Dmitry Yu. Naumov on 05 November 2021, 16:42:17 UTC
1 parent 23dc2ef
Raw File
Tip revision: 95ecf82eab698e3fb45816417efff24e9daaa30b authored by Thomas Fischer on 03 November 2021, 09:19:00 UTC
[GL] Modernize GEOObjects::appendPolylineVec().
Tip revision: 95ecf82
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