Moved stuff from the window class to the window decorator.
[fail.git] / scenegraph / CMakeLists.txt
blobc09713cc45951889a788bb034584b80fb3086432
1 find_package( OpenGL REQUIRED )
2 find_package( SDL REQUIRED )
4 add_library( awscenegraph
5         camera.cpp
6         frame.cpp
7         geometry.cpp
8         group.cpp
9         idxarray.cpp
10         material.cpp
11         matrix.cpp
12         rendermgr.cpp
13         viewport.cpp
16 subdirs( testapp )