Revision e987e57b4aca28c9ed6634dd9409085ece853348 authored by Wenqing Wang on 27 January 2021, 15:49:13 UTC, committed by Wenqing Wang on 02 February 2021, 09:18:06 UTC
     the content of which is subtracted from TestMPLRelPermBrooksCorey
1 parent a21dc49
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