fixed cmake/jam for HelloWorld sample
This commit is contained in:
14
Demos/HelloWorld/CMakeLists.txt
Normal file
14
Demos/HelloWorld/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# HelloWorld is a minimal sample creating, stepping and deleting a Bullet dynamics world
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
${BULLET_PHYSICS_SOURCE_DIR}/src }
|
||||
)
|
||||
|
||||
LINK_LIBRARIES(
|
||||
LibBulletDynamics LibBulletCollision LibLinearMath
|
||||
)
|
||||
|
||||
ADD_EXECUTABLE(HelloWorld
|
||||
HelloWorld.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user