https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e8c101c3f8dfd53e6697096b77ad5ed99aa6fa9a authored by Lars Bilke on 20 July 2021, 07:25:50 UTC
Merge branch 'fix-qt' into 'master'
Tip revision: e8c101c
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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