summaryrefslogtreecommitdiffstats
path: root/cmake/bus
Commit message (Collapse)AuthorAgeFilesLines
* * cmake/: don't install test applications and service files, moved ↵Ralf Habacker2007-04-281-4/+4
| | | | CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
* * cmake: added debug postfixes to debug exe's for easier debugging.Ralf Habacker2007-04-261-10/+10
| | | | * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available.
* * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,Ralf Habacker2007-03-061-1/+1
| | | | cmake/CMakeLists.txt: win32 compile fix
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-034-0/+273
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.