/usr/lib/cmake/grantlee/GrantleeTargets-noconfig.cmake is in libgrantlee-dev 0.2.0-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 22 23 24 25 26 27 28 29 30 31 32 33 34 | #----------------------------------------------------------------
# Generated CMake target import file for configuration "".
#----------------------------------------------------------------
# Commands may need to know the format version.
SET(CMAKE_IMPORT_FILE_VERSION 1)
# Compute the installation prefix relative to this file.
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
GET_FILENAME_COMPONENT(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
# Import target "grantlee_core" for configuration ""
SET_PROPERTY(TARGET grantlee_core APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
SET_TARGET_PROPERTIES(grantlee_core PROPERTIES
IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Qt4::QtCore"
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgrantlee_core.so.0.2.0"
IMPORTED_SONAME_NOCONFIG "libgrantlee_core.so.0"
)
# Import target "grantlee_gui" for configuration ""
SET_PROPERTY(TARGET grantlee_gui APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
SET_TARGET_PROPERTIES(grantlee_gui PROPERTIES
IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Qt4::QtCore;Qt4::QtGui"
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgrantlee_gui.so.0.2.0"
IMPORTED_SONAME_NOCONFIG "libgrantlee_gui.so.0"
)
# Cleanup temporary variables.
SET(_IMPORT_PREFIX)
# Commands beyond this point should not need to know the version.
SET(CMAKE_IMPORT_FILE_VERSION)
|