Sign in
eigen
/
mirror
/
71f19d90d0a6a04c1bc79f9f9abee497f03e5299
/
.
/
demos
/
CMakeLists.txt
blob: 1ec49d13e6427a8cf26544f8d566f717e2d73df2 [
file
]
add_custom_target(demos)
find_package(Qt4)
if(QT4_FOUND)
add_subdirectory(mandelbrot)
add_subdirectory(opengl)
else(QT4_FOUND)
message(STATUS "Qt4 not found, so disabling the mandelbrot and opengl demos")
endif(QT4_FOUND)