mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-05 01:50:05 +00:00
1835e422c8
see Issue #41
11 lines
228 B
CMake
11 lines
228 B
CMake
# -*- cmake -*-
|
|
#
|
|
# UseBullet.cmake
|
|
#
|
|
|
|
|
|
add_definitions ( ${BULLET_DEFINITIONS} )
|
|
include_directories ( ${BULLET_INCLUDE_DIRS} )
|
|
link_directories ( ${BULLET_LIBRARY_DIRS} )
|
|
|