* cmake: new directory, contains cmake build support.
authorRalf Habacker <ralf.habacker@freenet.de>
Sat, 3 Mar 2007 14:32:17 +0000 (14:32 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Sat, 3 Mar 2007 14:32:17 +0000 (14:32 +0000)
commit36ebfd411b358fb4797d31d23f945e8f6844d15a
tree9c8982d1da82fdffea8d2a741dba82e927874869
parent4ceb86d29a68ebe52b20c8c090bc90c68a58f8c8
* cmake: new directory, contains cmake build support.
See http://www.cmake.org for more informations.
Currently only unix will be buildable because some
win32 required files are still missing.
32 files changed:
ChangeLog
cmake/CMakeLists.txt [new file with mode: 0644]
cmake/ConfigureChecks.cmake [new file with mode: 0644]
cmake/bus-test.bat.cmake [new file with mode: 0644]
cmake/bus/CMakeLists.txt [new file with mode: 0644]
cmake/bus/service.cmake [new file with mode: 0644]
cmake/bus/session.conf.cmake [new file with mode: 0644]
cmake/bus/system.conf.cmake [new file with mode: 0644]
cmake/config.h.cmake [new file with mode: 0644]
cmake/dbus-env.bat.cmake [new file with mode: 0644]
cmake/dbus-launch.bat.cmake [new file with mode: 0644]
cmake/dbus/CMakeLists.txt [new file with mode: 0644]
cmake/dbus/dbus-arch-deps.h.cmake [new file with mode: 0644]
cmake/modules/CPackInstallConfig.cmake [new file with mode: 0644]
cmake/modules/CheckPrototypeExists.cmake [new file with mode: 0644]
cmake/modules/CheckStructMember.cmake [new file with mode: 0644]
cmake/modules/FindGLIB.cmake [new file with mode: 0644]
cmake/modules/FindGNUWIN32.cmake [new file with mode: 0644]
cmake/modules/FindKDEWIN32.cmake [new file with mode: 0644]
cmake/modules/FindLibExpat.cmake [new file with mode: 0644]
cmake/modules/FindLibIconv.cmake [new file with mode: 0644]
cmake/modules/FindQt4.cmake [new file with mode: 0644]
cmake/modules/MacroGetenvWinPath.cmake [new file with mode: 0644]
cmake/modules/MacroLibrary.cmake [new file with mode: 0644]
cmake/modules/MacroOptionalFindPackage.cmake [new file with mode: 0644]
cmake/modules/ProjectSourceGroup.cmake [new file with mode: 0644]
cmake/readme-cmake.txt [new file with mode: 0644]
cmake/test/CMakeLists.txt [new file with mode: 0644]
cmake/test/data/valid-config-files/debug-allow-all-sha1.conf.cmake [new file with mode: 0644]
cmake/test/data/valid-config-files/debug-allow-all.conf.cmake [new file with mode: 0644]
cmake/test/name-test/CMakeLists.txt [new file with mode: 0644]
cmake/tools/CMakeLists.txt [new file with mode: 0644]