Revision 0711505869caa2b2cc1f2915930ff19ee064482d authored by Lars Bilke on 28 July 2021, 07:12:36 UTC, committed by Lars Bilke on 28 July 2021, 07:12:36 UTC
1 parent 9dd7f78
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