Skip to content
Snippets Groups Projects
Commit 3d3bca72 authored by renchao.lu's avatar renchao.lu
Browse files

[CMake] include a Stokes process module.

parent a43db31b
No related branches found
No related tags found
No related merge requests found
get_source_files(SOURCES)
ogs_add_library(StokesFlow ${SOURCES})
target_link_libraries(StokesFlow PUBLIC ProcessLib PRIVATE ParameterLib)
if(OGS_BUILD_TESTING)
include(Tests.cmake)
endif()
......@@ -2,6 +2,7 @@
# processes to be build.
set(_processes_list
ComponentTransport
StokesFlow
HT
HeatConduction
HeatTransportBHE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment