/usr/share/cmake/Kadu/KaduPlugin_soundConfig.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 sound)
foreach (_plugin_dependency )
set (KaduPlugin_${_plugin_dependency}_DIR "${Kadu_DIR}")
find_package (KaduPlugin_${_plugin_dependency} REQUIRED)
endforeach ()
include ("${CMAKE_CURRENT_LIST_DIR}/KaduPlugin_soundTargets.cmake")
set (KADU_PLUGIN_sound_LIBRARIES sound)
endif ()
|