[Kde-bindings] KDE/kdebindings/python/pykde4
Michael Jansen
kde at michael-jansen.biz
Fri Jan 1 17:38:14 UTC 2010
SVN commit 1068622 by mjansen:
Make it compile standalone.
CCMAIL: kde-bindings at kde.org
M +5 -0 CMakeLists.txt
--- trunk/KDE/kdebindings/python/pykde4/CMakeLists.txt #1068621:1068622
@@ -1,5 +1,10 @@
PROJECT(pykde4)
+# search packages used by KDE
+find_package(KDE4 REQUIRED)
+include(KDE4Defaults)
+include(MacroLibrary)
+
# This module can be built independant from the rest of kdebindings.
SET(CMAKE_MODULE_PATH ${pykde4_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
More information about the Kde-bindings
mailing list