Revision 9a9221d575c161f319dfd9b124fcfb509a3d3e1c authored by Dmitri Naumov on 27 August 2021, 16:17:09 UTC, committed by Dmitry Yu. Naumov on 06 September 2021, 08:55:00 UTC
1 parent 4be3a4a
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