Revision f4ea1751881325f3371fb919b17b6885ac762b2a authored by wenqing on 04 March 2021, 08:35:18 UTC, committed by wenqing on 04 March 2021, 08:35:18 UTC
[THM] Removed the double declared VariableArray

See merge request ogs/ogs!3485
2 parent s 9c1e1b1 + 1dc27da
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