Changeset View
Changeset View
Standalone View
Standalone View
b/lang/qt/src/QGpgmeConfig.cmake.in.in
Context not available. | |||||
set_target_properties(QGpgme PROPERTIES | set_target_properties(QGpgme PROPERTIES | ||||
INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/qgpgme;@resolved_includedir@" | INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/qgpgme;@resolved_includedir@" | ||||
INTERFACE_LINK_LIBRARIES "Gpgmepp;Qt5::Core" | INTERFACE_LINK_LIBRARIES "Gpgmepp;Qt5::Core" | ||||
IMPORTED_LOCATION "@resolved_libdir@/libqgpgme.so" | IMPORTED_LOCATION "@resolved_libdir@/libqgpgme@libsuffix@" | ||||
) | ) | ||||
if(CMAKE_VERSION VERSION_LESS 2.8.12) | if(CMAKE_VERSION VERSION_LESS 2.8.12) | ||||
Context not available. |