https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8458616a3c00a093a67a505afd010769d865bdbd authored by Christoph Lehmann on 18 October 2021, 13:16:57 UTC
Rename local nlohmann_json::nlohmann_json target.
Tip revision: 8458616
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(SteadyStateDiffusion ${SOURCES})

target_link_libraries(
    SteadyStateDiffusion PUBLIC ProcessLib PRIVATE ParameterLib
)

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