eigen/demos/CMakeLists.txt

5 lines
89 B
CMake

IF(BUILD_DEMOS)
ADD_SUBDIRECTORY(mandelbrot)
ADD_SUBDIRECTORY(opengl)
ENDIF(BUILD_DEMOS)