/usr/lib/fltk/UseFLTK.cmake is in libfltk1.3-dev 1.3.4-6.
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 19 20 | #
# "$Id: UseFLTK.cmake.in 11742 2016-05-16 14:43:37Z AlbrechtS $"
#
# UseFLTK.CMake - FLTK CMake environment configuration file for external projects.
#
# This file is deprecated and will be removed in FLTK 1.4
#
# automatically generated - do not edit
#
include_directories("/usr/include")
message(STATUS "* Notice: UseFLTK.CMake is deprecated and will be removed in FLTK 1.4")
message(STATUS "* Please use 'include_directories(\${FLTK_INCLUDE_DIRS})' or")
message(STATUS "* 'target_include_directories(<target> PUBLIC|PRIVATE \${FLTK_INCLUDE_DIRS})'")
message(STATUS "* instead of 'include(\${FLTK_USE_FILE})'.")
#
# End of "$Id: UseFLTK.cmake.in 11742 2016-05-16 14:43:37Z AlbrechtS $".
#
|