mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
15 lines
408 B
CMake
15 lines
408 B
CMake
add_subdirectory(Events)
|
|
add_subdirectory(FourPaneViewer)
|
|
add_subdirectory(ImageViewer)
|
|
add_subdirectory(SimpleView)
|
|
|
|
if(TARGET vtkGUISupportQtOpenGL)
|
|
find_package(Qt5 COMPONENTS WebKitWidgets QUIET)
|
|
if(Qt5WebKitWidgets_FOUND)
|
|
add_subdirectory(GraphicsView)
|
|
endif()
|
|
endif()
|
|
|
|
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/CTestCustom.ctest.in"
|
|
"${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.ctest" @ONLY)
|