Revision 892f5ccabe9b91b71d4268231331c759401b4647 authored by renchao_lu on 21 April 2021, 15:21:04 UTC, committed by renchao_lu on 23 April 2021, 09:11:34 UTC
1 parent 5203e53
Raw File
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(ComponentTransport ${SOURCES})

target_link_libraries(
    ComponentTransport PUBLIC ProcessLib ChemistryLib PRIVATE ParameterLib
)

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