mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-04 17:40:06 +00:00
parent
d485f2b272
commit
1835e422c8
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} )
|
||||
|
Loading…
Reference in New Issue
Block a user