This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/bullet/UseBullet.cmake is in libbullet-dev 2.87+dfsg-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#                                               -*- cmake -*-
#
#  UseBullet.cmake
#


add_definitions     ( ${BULLET_DEFINITIONS} )
include_directories ( ${BULLET_INCLUDE_DIRS} )
link_directories    ( ${BULLET_LIBRARY_DIRS} )