This file is indexed.

/usr/share/kadu/sdk/plugins/PluginConfig.cmake.in 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 @KADU_PLUGIN_NAME@)
	foreach (_plugin_dependency @KADU_PLUGIN_DEPENDENCIES@)
		set (KaduPlugin_${_plugin_dependency}_DIR "${Kadu_DIR}")
		find_package (KaduPlugin_${_plugin_dependency} REQUIRED)
	endforeach ()

	include ("${CMAKE_CURRENT_LIST_DIR}/KaduPlugin_@KADU_PLUGIN_NAME@Targets.cmake")

	set (KADU_PLUGIN_@KADU_PLUGIN_NAME@_LIBRARIES @KADU_PLUGIN_NAME@)
endif ()