https://gitlab.opengeosys.org/ogs/ogs.git
Revision 187df323831e3f3016588844646ea148a325539d authored by Dmitry Yu. Naumov on 10 October 2021, 11:54:14 UTC, committed by Dmitry Yu. Naumov on 10 October 2021, 11:54:14 UTC
Clang format

See merge request ogs/ogs!3835
2 parent s 4ffdd41 + 9c73e96
Raw File
Tip revision: 187df323831e3f3016588844646ea148a325539d authored by Dmitry Yu. Naumov on 10 October 2021, 11:54:14 UTC
Merge branch 'ClangFormat' into 'master'
Tip revision: 187df32
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

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