Skip to content

Commit

Permalink
fix make install, when using CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Mar 6, 2014
1 parent d485f2b commit 1835e42
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UseBullet.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# -*- cmake -*-
#
# UseBullet.cmake
#


add_definitions ( ${BULLET_DEFINITIONS} )
include_directories ( ${BULLET_INCLUDE_DIRS} )
link_directories ( ${BULLET_LIBRARY_DIRS} )

0 comments on commit 1835e42

Please sign in to comment.