SVN commit 620585 by neundorf: -add the new and advanced FindPkgConfig.cmake module from cmake cvs, can be removed once we require cmake >= 2.4.6
Usage: find_package(PkgConfig) pkg_check_modules(GDK gdk) gives you: GDK_INCLUDE_DIRS GDK_LIBRARIES and more, see top of FindPkgConfig.cmake for details Alex CCMAIL: [email protected] M +3 -0 CMakeLists.txt A FindPkgConfig.cmake --- trunk/KDE/kdelibs/cmake/modules/CMakeLists.txt #620584:620585 @@ -31,7 +31,10 @@ # FindASPELL.cmake # FindHSPELL.cmake +# can be removed once we require cmake 2.4.6 or newer: +# FindPkgConfig.cmake + install(SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/remove_files.cmake ) file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/remove_files.cmake "#generated by cmake, dont edit\n\n") _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
