https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a06e972d1626622c54014522e3f8efa368e90250 authored by renchao.lu on 03 May 2021, 09:08:01 UTC
Merge branch 'updateChemistryLib' into 'master'
Tip revision: a06e972
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(SmallDeformation ${SOURCES})
target_link_libraries(SmallDeformation PUBLIC ProcessLib PRIVATE ParameterLib)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top