This file is indexed.

/usr/share/cmake/Kadu/KaduPlugin_tabsConfig.cmake is in kadu-dev 3.0~rc1-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
if (NOT TARGET tabs)
	foreach (_plugin_dependency )
		set (KaduPlugin_${_plugin_dependency}_DIR "${Kadu_DIR}")
		find_package (KaduPlugin_${_plugin_dependency} REQUIRED)
	endforeach ()

	include ("${CMAKE_CURRENT_LIST_DIR}/KaduPlugin_tabsTargets.cmake")

	set (KADU_PLUGIN_tabs_LIBRARIES tabs)
endif ()