diff --git a/Applications/CLI/CMakeLists.txt b/Applications/CLI/CMakeLists.txt index c40c106e77a7cdb08cfb64975087195dae418e14..1a26abecc350ec9cf73df850c057b0cd2cc5732d 100644 --- a/Applications/CLI/CMakeLists.txt +++ b/Applications/CLI/CMakeLists.txt @@ -15,6 +15,10 @@ target_link_libraries(ogs ) +if(OGS_BUILD_GUI) + target_link_libraries(ogs QtDataView VtkVis) +endif() + ADD_CATALYST_DEPENDENCY(ogs) if(OGS_USE_PETSC)