10
UseBullet.cmake
Normal file
10
UseBullet.cmake
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# -*- cmake -*-
|
||||||
|
#
|
||||||
|
# UseBullet.cmake
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
add_definitions ( ${BULLET_DEFINITIONS} )
|
||||||
|
include_directories ( ${BULLET_INCLUDE_DIRS} )
|
||||||
|
link_directories ( ${BULLET_LIBRARY_DIRS} )
|
||||||
|
|
||||||
Reference in New Issue
Block a user