Revision ba87dd36b00acde6f0fd0f0195111f76b1ea1f38 authored by Lars Bilke on 15 September 2021, 06:33:46 UTC, committed by Lars Bilke on 20 September 2021, 12:35:05 UTC
Need to set OGS_VERSION when git is not available.
1 parent c1289d5
Raw File
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib
)
back to top