Revision 174990ab73652067d97dddf2010864982897264b authored by Christoph Lehmann on 04 May 2022, 08:43:40 UTC, committed by Christoph Lehmann on 15 September 2022, 12:31:57 UTC
1 parent 1f06142
Raw File
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