mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
29 lines
807 B
CMake
29 lines
807 B
CMake
![]() |
set( GPGMEPP_INCLUDES "@GPGMEPP_INCLUDE@" )
|
||
|
|
||
|
include( "@LIB_INSTALL_DIR@/gpgmepp/GpgmeppLibraryDepends.cmake" )
|
||
|
|
||
|
set( GPGMEPP_VANILLA_FOUND @HAVE_GPGME_VANILLA@ )
|
||
|
if ( GPGMEPP_VANILLA_FOUND )
|
||
|
set( GPGMEPP_VANILLA_LIBRARIES "@GPGMEPP_VANILLA_LIBRARY@" )
|
||
|
endif()
|
||
|
|
||
|
set( GPGMEPP_PTHREAD_FOUND @HAVE_GPGME_PTHREAD@ )
|
||
|
if ( GPGMEPP_PTHREAD_FOUND )
|
||
|
set( GPGMEPP_PTHREAD_LIBRARIES "@GPGMEPP_PTHREAD_LIBRARY@" )
|
||
|
endif()
|
||
|
|
||
|
set( GPGMEPP_PTH_FOUND @HAVE_GPGME_PTH@ )
|
||
|
if ( GPGMEPP_PTH_FOUND )
|
||
|
set( GPGMEPP_PTH_LIBRARIES "@GPGMEPP_PTH_LIBRARY@" )
|
||
|
endif()
|
||
|
|
||
|
set( GPGMEPP_QT_FOUND @HAVE_GPGME_QT@ )
|
||
|
if ( GPGMEPP_QT_FOUND )
|
||
|
set( GPGMEPP_QT_LIBRARIES "@GPGMEPP_QT_LIBRARY@" )
|
||
|
endif()
|
||
|
|
||
|
set( GPGMEPP_GLIB_FOUND @HAVE_GPGME_GLIB@ )
|
||
|
if ( GPGMEPP_GLIB_FOUND )
|
||
|
set( GPGMEPP_GLIB_LIBRARIES "@GPGMEPP_GLIB_LIBRARY@" )
|
||
|
endif()
|