/usr/lib/cmake/Kface-3.5.0/Kface-export-debian.cmake is in libkface-dev 4:15.08.2-0ubuntu1.
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 11 12 13 14 15 16 17 18 19 20 21 | #----------------------------------------------------------------
# Generated CMake target import file for configuration "Debian".
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "Kface::kface" for configuration "Debian"
set_property(TARGET Kface::kface APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBIAN)
set_target_properties(Kface::kface PROPERTIES
IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBIAN "KDE4__kdecore;KDE4__kdeui;opencv_core;opencv_highgui;opencv_objdetect;opencv_contrib;opencv_legacy;opencv_imgproc"
IMPORTED_LINK_INTERFACE_LIBRARIES_DEBIAN ""
IMPORTED_LOCATION_DEBIAN "/usr/lib/libkface.so.3.0.0"
IMPORTED_SONAME_DEBIAN "libkface.so.3"
)
list(APPEND _IMPORT_CHECK_TARGETS Kface::kface )
list(APPEND _IMPORT_CHECK_FILES_FOR_Kface::kface "/usr/lib/libkface.so.3.0.0" )
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
|