This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/qjson/QJSONConfig.cmake is in libqjson-dev 0.8.1-3.

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
GET_FILENAME_COMPONENT(myDir ${CMAKE_CURRENT_LIST_FILE} PATH)

SET(QJSON_LIBRARIES qjson)
SET(QJSON_INCLUDE_DIR "/usr/include")

include(${myDir}/QJSONTargets.cmake)