summaryrefslogtreecommitdiffstats
path: root/cmake/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* * cmake/CMakeLists.txt: added VERSION_PATCH to be able to distinguish win32 ↵Ralf Habacker2007-06-211-4/+12
| | | | binary releases from dbus versioning
* - debug options should not be in cvsRalf Habacker2007-06-161-3/+0
|
* * cmake/CMakeLists.txt: use local include header firstRalf Habacker2007-06-161-1/+5
| | | | * dbus/dbus-sysdeps-win.c: mingw compile fix of DBusCredential struct
* * cmake/modules/FindKDEWIN.cmake, cmake/modules/FindKDEWIN_Packager.cmake ↵Ralf Habacker2007-06-141-33/+8
| | | | | | cmake/modules/Win32Macros.cmake: new files from the kdewin32 project * cmake/CMakeLists.txt: cleaned support for kdewin installer and win32 explorer wrapper
* * cmake: added cygwin compile supportRalf Habacker2007-06-031-3/+40
|
* * tools/dbus-launch-win.c: new file, replaces script wrapper on win32Ralf Habacker2007-06-011-2/+0
|
* * cmake/CMakeLists.txt: fixed creating of TEST_..._BINARY to make bus-test ↵Ralf Habacker2007-05-231-13/+5
| | | | able to find the binaries.
* * cmake/: don't install test applications and service files, moved ↵Ralf Habacker2007-04-281-1/+2
| | | | CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
* * cmake: added debug postfixes to debug exe's for easier debugging.Ralf Habacker2007-04-261-1/+6
| | | | * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available.
* * cmake\doc\CMakeLists.txt: added prelimary xml doc support, needs cmake ↵Ralf Habacker2007-03-151-3/+0
| | | | find script.
* * cmake: added doxygen supportRalf Habacker2007-03-141-5/+1
|
* * cmake/CMakeList.txt,cmake/config.h.cmake: used DBUS_WIN for all win32 ↵Ralf Habacker2007-03-081-1/+2
| | | | systems and DBUS_WINXX for specific subsystems.
* * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,Ralf Habacker2007-03-061-2/+0
| | | | cmake/CMakeLists.txt: win32 compile fix
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-031-0/+545
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.