Changeset View
Changeset View
Standalone View
Standalone View
b/lang/cpp/src/GpgmeppConfig.cmake.in.in
| Context not available. | |||||
| set_target_properties(Gpgmepp PROPERTIES | set_target_properties(Gpgmepp PROPERTIES | ||||
| INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/gpgme++;@resolved_includedir@" | INTERFACE_INCLUDE_DIRECTORIES "@resolved_includedir@/gpgme++;@resolved_includedir@" | ||||
| INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@" | INTERFACE_LINK_LIBRARIES "pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@" | ||||
| IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so" | IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp@libsuffix@" | ||||
| ) | ) | ||||
| if(CMAKE_VERSION VERSION_LESS 2.8.12) | if(CMAKE_VERSION VERSION_LESS 2.8.12) | ||||
| Context not available. | |||||