ADD: new track message, Entity class and Position class
This commit is contained in:
13
libs/eigen/demos/CMakeLists.txt
Normal file
13
libs/eigen/demos/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
project(EigenDemos)
|
||||
|
||||
add_custom_target(demos)
|
||||
|
||||
if(NOT EIGEN_TEST_NOQT)
|
||||
find_package(Qt4)
|
||||
if(QT4_FOUND)
|
||||
add_subdirectory(mandelbrot)
|
||||
add_subdirectory(opengl)
|
||||
else()
|
||||
message(STATUS "Qt4 not found, so disabling the mandelbrot and opengl demos")
|
||||
endif()
|
||||
endif()
|
||||
Reference in New Issue
Block a user