Fixed missing include directories

This commit is contained in:
Nico Kruithof 2015-10-15 20:23:12 +02:00
parent 67557d7039
commit bcefdba59b

View File

@ -3,6 +3,8 @@
INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/src
${BULLET_PHYSICS_SOURCE_DIR}/btgui
${BULLET_PHYSICS_SOURCE_DIR}/examples
${BULLET_PHYSICS_SOURCE_DIR}/examples/ThirdPartyLibs/Glew
)