updated cmake for ForkLiftDemo, removed DinoDemo (it breaks cmake due to c/c++ mixing)

This commit is contained in:
erwin.coumans
2008-09-06 15:43:20 +00:00
parent 02112b0687
commit 5e92e6b661
7 changed files with 25 additions and 19 deletions

View File

@@ -25,7 +25,8 @@ MESSAGE("OPENGL NOT FOUND")
SET(OPENGL_gl_LIBRARY opengl32)
SET(OPENGL_glu_LIBRARY glu32)
ENDIF (OPENGL_FOUND)
ADD_DEFINITIONS(-DBT_USE_FREEGLUT)
# ADD_DEFINITIONS(-DBT_USE_FREEGLUT)
FIND_PACKAGE(GLU)