Add/fix CMake build support for BulletDinoDemo, thanks to slackydeb (http://www.bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2465 )

This commit is contained in:
erwin.coumans
2008-08-09 21:30:21 +00:00
parent 551f0fa1ec
commit 05e64d6715
2 changed files with 2 additions and 2 deletions

View File

@@ -56,6 +56,6 @@ LINK_LIBRARIES(
)
ADD_EXECUTABLE(BulletDino
BulletDino.cpp
BulletDino.c
)