fix make install, when using CMake

see Issue #41
This commit is contained in:
Erwin Coumans 2014-03-06 11:40:35 -08:00
parent d485f2b272
commit 1835e422c8

10
UseBullet.cmake Normal file
View File

@ -0,0 +1,10 @@
# -*- cmake -*-
#
# UseBullet.cmake
#
add_definitions ( ${BULLET_DEFINITIONS} )
include_directories ( ${BULLET_INCLUDE_DIRS} )
link_directories ( ${BULLET_LIBRARY_DIRS} )