This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/ApiExtractor-0.10.10/ApiExtractorConfig.cmake is in libapiextractor-dev 0.10.10-1.

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
10
11
12
13
14
15
16
# - try to find APIEXTRACTOR
#  APIEXTRACTOR_INCLUDE_DIR   - Directories to include to use APIEXTRACTOR
#  APIEXTRACTOR_LIBRARIES     - Files to link against to use APIEXTRACTOR

SET(APIEXTRACTOR_INCLUDE_DIR "/usr/include/apiextractor")
if(MSVC)
    SET(APIEXTRACTOR_LIBRARY "/usr/lib/x86_64-linux-gnu/libapiextractor.lib")
elseif(CYGWIN)
    SET(APIEXTRACTOR_LIBRARY "/usr/lib/x86_64-linux-gnu/apiextractor")
elseif(WIN32)
    SET(APIEXTRACTOR_LIBRARY "/usr/bin/libapiextractor.so")
else()
    SET(APIEXTRACTOR_LIBRARY "/usr/lib/x86_64-linux-gnu/libapiextractor.so")
endif()

SET(APIEXTRACTOR_DOCSTRINGS_DISABLED OFF)