add CMake support for AppAllBullet2Demos demo. See also https://github.com/bulletphysics/bullet3/issues/43

This commit is contained in:
Erwin Coumans
2014-03-24 13:18:24 -07:00
parent 4afe403e35
commit 35c916f487
5 changed files with 71 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ INCLUDE_DIRECTORIES(
ADD_DEFINITIONS( -DGWEN_COMPILE_STATIC -D_HAS_EXCEPTIONS=0 -D_STATIC_CPPLIB )
FILE(GLOB gwen_SRCS "*.cpp")
FILE(GLOB gwen_HDRS "*.h")
FILE(GLOB gwen_SRCS "*.cpp" "Controls/*.cpp" "Controls/Dialog/*.cpp" "Controls/Dialogs/*.cpp" "Controls/Layout/*.cpp" "Controls/Property/*.cpp" "Input/*.cpp" "Platforms/*.cpp" "Renderers/*.cpp" "Skins/*.cpp")
FILE(GLOB gwen_HDRS "*.h" "Controls/*.h" "Controls/Dialog/*.h" "Controls/Dialogs/*.h" "Controls/Layout/*.h" "Controls/Property/*.h" "Input/*.h" "Platforms/*.h" "Renderers/*.h" "Skins/*.h")
ADD_LIBRARY(gwen ${gwen_SRCS} ${gwen_HDRS})