mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
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