From 146c9e449443453f3932b60cd1bab47f688403e7 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 9 Sep 2008 18:50:45 +0000 Subject: various stuff in opengl demos such as a better model, stable trackball for the fly navigation mode, and started to put some GUI elements... --- demos/opengl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/opengl/CMakeLists.txt') diff --git a/demos/opengl/CMakeLists.txt b/demos/opengl/CMakeLists.txt index 06b49459c..968ed6cb4 100644 --- a/demos/opengl/CMakeLists.txt +++ b/demos/opengl/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) include_directories( ${QT_INCLUDE_DIR} ) -set(quaternion_demo_SRCS gpuhelper.cpp camera.cpp trackball.cpp quaternion_demo.cpp) +set(quaternion_demo_SRCS gpuhelper.cpp icosphere.cpp camera.cpp trackball.cpp quaternion_demo.cpp) qt4_automoc(${quaternion_demo_SRCS}) -- cgit v1.2.3