This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/DtkWidget/DtkWidgetConfig.cmake is in libdtkwidget-dev 2.0.7.2-2build1.

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

The actual contents of the file can be viewed below.

1
2
3
4
find_package(Dtk REQUIRED Core)
set(DTKWIDGET_INCLUDE_DIR "/usr/include/libdtk-2.0.7/DWidget")
set(DtkWidget_LIBRARIES dtkwidget ${DtkCore_LIBRARIES})
include_directories("${DTKWIDGET_INCLUDE_DIR}")