/usr/share/cmake/Kadu/KaduPlugin_simpleviewConfig.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 simpleview)
foreach (_plugin_dependency docking)
set (KaduPlugin_${_plugin_dependency}_DIR "${Kadu_DIR}")
find_package (KaduPlugin_${_plugin_dependency} REQUIRED)
endforeach ()
include ("${CMAKE_CURRENT_LIST_DIR}/KaduPlugin_simpleviewTargets.cmake")
set (KADU_PLUGIN_simpleview_LIBRARIES simpleview)
endif ()
|