kdelibs/cmake/modules/CMakeLists.txt
Ivailo Monev f69be2e2b4 cmake: import modules from kde-workspace
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-05 10:05:41 +02:00

171 lines
4.1 KiB
CMake

## install the cmake files
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules)
# maybe FindHUNSPELL.cmake doesn't have to be installed ?
# This variable doesn't actually do anything, but it's probably a good idea
# to have it around, so there is a place where the modules which are not installed
# are listed explicitly:
set(cmakeFilesDontInstall
FindHUpnp.cmake
)
# Explicitly list all files which will be installed.
# We don't use a GLOB anymore so we can have also cmake files here
# which are used inside kdelibs, but which don't have to be installed (and
# so become part of the public interface of kdelibs which has to be kept
# compatible).
set(cmakeFiles
BasicFindPackageVersion.cmake.in
check_installed_exports_file.cmake
CheckPointerMember.cmake
CheckPrototypeExists.cmake
CheckStructMember.cmake
cmake-modules-styleguide.txt
config-alsa.h.cmake
create_exe_symlink.cmake
FindACL.cmake
FindAGG.cmake
FindAkode.cmake
FindAlsa.cmake
FindAvahi.cmake
FindBerkeleyDB.cmake
FindBlueZ.cmake
FindCanberra.cmake
FindCHM.cmake
FindCLucene.cmake
FindCUPS.cmake
FindDBus.cmake
FindDBusMenuQt.cmake
FindDjVuLibre.cmake
FindDNSSD.cmake
FindEigen2.cmake
FindEigen3.cmake
FindEigen.cmake
FindENCHANT.cmake
FindEPub.cmake
FindExiv2.cmake
FindFAM.cmake
FindFFmpeg.cmake
FindFlac.cmake
FindFlex.cmake
FindFontconfig.cmake
FindGettext.cmake
FindGettextPO.cmake
FindGLIB2.cmake
FindGMP.cmake
FindGObject.cmake
FindGpgme.cmake
FindGphoto2.cmake
FindGSSAPI.cmake
FindGStreamer.cmake
FindHUNSPELL.cmake
FindKDE4Internal.cmake
FindKDE4Workspace.cmake
FindKdepim.cmake
FindKdepimLibs.cmake
FindKDevelop.cmake
FindKDevPlatform.cmake
FindKipi.cmake
FindKopete.cmake
FindKorundum.cmake
FindKSane.cmake
FindLCMS2.cmake
FindLCMS.cmake
FindLibArt.cmake
FindLibAttica.cmake
FindLibGcrypt.cmake
FindLibintl.cmake
FindLibKasten.cmake
FindLibKonq.cmake
FindLibLZMA.cmake
FindLibMms.cmake
FindLibNXCL.cmake
FindLibOkteta.cmake
FindLibOktetaKasten.cmake
FindLIBPARTED.cmake
FindLibPython.py
FindLibSpectre.cmake
FindLibSSH.cmake
FindLibVNCServer.cmake
FindLibXKlavier.cmake
FindLibXslt.cmake
FindLinuxWirelesstools.cmake
FindMPFR.cmake
FindMtp.cmake
FindMusicBrainz5.cmake
FindMusicBrainz.cmake
FindMySQL.cmake
FindNetworkManager.cmake
FindOggVorbis.cmake
FindOpenEXR.cmake
FindOpenGLES.cmake
FindPAM.cmake
FindPCIUTILS.cmake
FindPCRE.cmake
FindPhonon.cmake
FindPoppler.cmake
FindPopplerQt4.cmake
FindPostgreSQL.cmake
FindPulseAudio.cmake
FindPyKDE4.cmake
FindPyKDE4.py
FindPyQt4.cmake
FindPyQt.py
FindPythonLibrary.cmake
FindQalculate.cmake
FindQCA2.cmake
FindQImageBlitz.cmake
FindQJSON.cmake
FindQNtrack.cmake
FindQt4.cmake
FindRAW1394.cmake
FindRUBY.cmake
FindSamba.cmake
FindSane.cmake
FindSasl2.cmake
FindSensors.cmake
FindSharedMimeInfo.cmake
FindSIP.cmake
FindSIP.py
FindSLP.cmake
FindSpeechd.cmake
FindSqlite.cmake
FindStrigi.cmake
FindSubversionLibrary.cmake
FindTaglib.cmake
FindUDev.cmake
FindUDisks2.cmake
FindUSB.cmake
FindWebP.cmake
FindX11.cmake
FindX11_XCB.cmake
FindXCB.cmake
FindXine.cmake
FindXKB.cmake
FindXmms.cmake
HandleImportedTargetsInCMakeRequiredLibraries.cmake
kde4_cmake_uninstall.cmake.in
KDE4Defaults.cmake
KDE4Macros.cmake
MacroAdditionalCleanFiles.cmake
MacroAddLinkFlags.cmake
MacroAppendIf.cmake
MacroBoolTo01.cmake
MacroDBusAddActivationService.cmake
MacroLibrary.cmake
MacroLogFeature.cmake
MacroOptionalAddSubdirectory.cmake
MacroOptionalFindPackage.cmake
MacroPushRequiredVars.cmake
MacroWriteBasicCMakeVersionFile.cmake
PkgConfigGetVar.cmake
PythonCompile.py
PythonMacros.cmake
Qt4ConfigDependentSettings.cmake
Qt4Macros.cmake
SIPMacros.cmake
UnixAuth.cmake
)
install(FILES ${cmakeFiles} DESTINATION ${module_install_dir})