[dali_2.3.21] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-physics / third-party / bullet3 / BulletConfig.cmake.in
1 #                                               -*- cmake -*-
2 #
3 #  BulletConfig.cmake(.in)
4 #
5
6 # Use the following variables to compile and link against Bullet:
7 #  BULLET_FOUND              - True if Bullet was found on your system
8 #  BULLET_USE_FILE           - The file making Bullet usable
9 #  BULLET_DEFINITIONS        - Definitions needed to build with Bullet
10 #  BULLET_INCLUDE_DIR        - Directory where Bullet-C-Api.h can be found
11 #  BULLET_INCLUDE_DIRS       - List of directories of Bullet and it's dependencies
12 #  BULLET_LIBRARIES          - List of libraries to link against Bullet library
13 #  BULLET_LIBRARY_DIRS       - List of directories containing Bullet' libraries
14 #  BULLET_ROOT_DIR           - The base directory of Bullet
15 #  BULLET_VERSION_STRING     - A human-readable string containing the version
16
17 set ( BULLET_FOUND 1 )
18 set ( BULLET_USE_FILE     "@BULLET_USE_FILE@" )
19 set ( BULLET_DEFINITIONS  "@BULLET_DEFINITIONS@" )
20 set ( BULLET_INCLUDE_DIR  "@INCLUDE_INSTALL_DIR@" )
21 set ( BULLET_INCLUDE_DIRS "@INCLUDE_INSTALL_DIR@" )
22 set ( BULLET_LIBRARIES    "@BULLET_LIBRARIES@" )
23 set ( BULLET_LIBRARY_DIRS "@LIB_DESTINATION@" )
24 set ( BULLET_ROOT_DIR     "@CMAKE_INSTALL_PREFIX@" )
25 set ( BULLET_VERSION_STRING "@BULLET_VERSION@" )