Sign in
eigen
/
mirror
/
af38bccd3d5a5b2a67e3a0ee39a48ad1cf6e2084
/
.
/
demos
/
CMakeLists.txt
blob: ce25125ec2554337fccc7259c42b80c98390c249 [
file
] [
log
] [
blame
]
project(EigenDemos)
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)