This file is indexed.

/usr/lib/fltk/FLTKConfig.cmake is in libfltk1.3-dev 1.3.3-7.

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
17
18
#
# FLTKConfig.cmake - FLTK CMake configuration file for external projects.
#
# This file is generated by CMake and used to load FLTK's settings for an external project.
# It defines the following variables
#  FLTK_INCLUDE_DIRS - FLTK include directories
#  FLTK_LIBRARIES    - list of FLTK libraries built
#  FLTK_FLUID_EXECUTABLE needed by fltk_wrap_ui()
#  FLTK_USE_FILE - sets things up to use FLTK

set(FLTK_VERSION 1.3.3)

include(${CMAKE_CURRENT_LIST_DIR}/FLTK-Targets.cmake)

set(FLTK_INCLUDE_DIRS "/usr/include")
set(FLTK_USE_FILE ${CMAKE_CURRENT_LIST_DIR}/UseFLTK.cmake)

include(${FLTK_USE_FILE})