source: proiecte/SIMEO/Simeo/src/SimeoGui/CMakeLists.txt @ 167

Last change on this file since 167 was 167, checked in by (none), 14 years ago

Simeo: added final project and also older proof of concept code.

We used Git for version control, so look at the Git repo
in SIMEO/Simeo/ for more info.

File size: 276 bytes
Line 
1set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -g")
2
3link_libraries(
4        BulletDynamics
5        BulletCollision
6        LinearMath
7        glut
8        pthread
9)
10
11add_executable(SimeoGui
12        main.cpp
13
14        DemoApplication.cpp
15        GLDebugDrawer.cpp
16        GLDebugFont.cpp
17        GL_ShapeDrawer.cpp
18        GlutStuff.cpp
19        GuiUpdater.cpp
20)
Note: See TracBrowser for help on using the repository browser.