https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5d8f37f7c6b88e2716e164df6a0a5f43eacddb0e authored by renchao_lu on 05 March 2021, 15:10:39 UTC
[CL] move return statement forward.
Tip revision: 5d8f37f
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