mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 15:47:59 +02:00
Remove trailing spaces in CMakeLists.txt files
This commit is contained in:
parent
eb4b378958
commit
38b7c2859e
4 changed files with 44 additions and 44 deletions
|
|
@ -301,7 +301,7 @@ ENABLE_TESTING()
|
|||
|
||||
########### command line options ###############
|
||||
option (DBUS_BUILD_TESTS "enable unit test code" ON)
|
||||
|
||||
|
||||
if(DBUS_BUILD_TESTS)
|
||||
set (DBUS_ENABLE_EMBEDDED_TESTS ON)
|
||||
set (DBUS_ENABLE_MODULAR_TESTS ON)
|
||||
|
|
@ -661,7 +661,7 @@ MESSAGE(" ")
|
|||
INCLUDE(CPackInstallConfig)
|
||||
|
||||
add_custom_target(help-options
|
||||
cmake -LH
|
||||
cmake -LH
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ endif()
|
|||
# copy services for local daemon start to local service dir data/dbus-1/services
|
||||
SET (SERVICE_FILES test/data/valid-service-files)
|
||||
FILE(GLOB FILES "${SERVICE_FILES}/*.service.in" )
|
||||
FOREACH(FILE ${FILES})
|
||||
FOREACH(FILE ${FILES})
|
||||
GET_FILENAME_COMPONENT(FILENAME ${FILE} NAME_WE)
|
||||
SET (TARGET ${CMAKE_BINARY_DIR}/data/dbus-1/services/${FILENAME}.service)
|
||||
IF (CONFIG_VERBOSE)
|
||||
|
|
@ -34,46 +34,46 @@ else (DBUS_BUS_ENABLE_INOTIFY)
|
|||
set (DIR_WATCH_SOURCE dir-watch-default.c)
|
||||
endif (DBUS_BUS_ENABLE_INOTIFY)
|
||||
|
||||
set (BUS_SOURCES
|
||||
activation.c
|
||||
activation.h
|
||||
set (BUS_SOURCES
|
||||
activation.c
|
||||
activation.h
|
||||
apparmor.c
|
||||
apparmor.h
|
||||
audit.c
|
||||
audit.h
|
||||
bus.c
|
||||
bus.h
|
||||
bus.c
|
||||
bus.h
|
||||
config-loader-expat.c
|
||||
config-parser.c
|
||||
config-parser.c
|
||||
config-parser.h
|
||||
config-parser-common.c
|
||||
config-parser-common.h
|
||||
# config-parser-trivial.c
|
||||
connection.c
|
||||
connection.h
|
||||
connection.h
|
||||
containers.c
|
||||
containers.h
|
||||
desktop-file.c
|
||||
desktop-file.h
|
||||
dir-watch.h
|
||||
dispatch.c
|
||||
dispatch.h
|
||||
driver.c
|
||||
driver.h
|
||||
expirelist.c
|
||||
expirelist.h
|
||||
policy.c
|
||||
policy.h
|
||||
selinux.h
|
||||
selinux.c
|
||||
services.c
|
||||
services.h
|
||||
signals.c
|
||||
signals.h
|
||||
test.c
|
||||
test.h
|
||||
utils.c
|
||||
utils.h
|
||||
desktop-file.c
|
||||
desktop-file.h
|
||||
dir-watch.h
|
||||
dispatch.c
|
||||
dispatch.h
|
||||
driver.c
|
||||
driver.h
|
||||
expirelist.c
|
||||
expirelist.h
|
||||
policy.c
|
||||
policy.h
|
||||
selinux.h
|
||||
selinux.c
|
||||
services.c
|
||||
services.h
|
||||
signals.c
|
||||
signals.h
|
||||
test.c
|
||||
test.h
|
||||
utils.c
|
||||
utils.h
|
||||
${DIR_WATCH_SOURCE}
|
||||
)
|
||||
if(DBUS_ENABLE_STATS)
|
||||
|
|
|
|||
|
|
@ -60,12 +60,12 @@ set (DBUS_LIB_SOURCES
|
|||
|
||||
|
||||
if(UNIX)
|
||||
set (DBUS_LIB_SOURCES ${DBUS_LIB_SOURCES}
|
||||
set (DBUS_LIB_SOURCES ${DBUS_LIB_SOURCES}
|
||||
dbus-transport-unix.c
|
||||
dbus-server-unix.c
|
||||
)
|
||||
else(UNIX)
|
||||
set (DBUS_LIB_SOURCES ${DBUS_LIB_SOURCES}
|
||||
set (DBUS_LIB_SOURCES ${DBUS_LIB_SOURCES}
|
||||
dbus-transport-win.c
|
||||
dbus-server-win.c
|
||||
)
|
||||
|
|
@ -99,11 +99,11 @@ set (DBUS_LIB_HEADERS
|
|||
${CMAKE_BINARY_DIR}/config.h
|
||||
)
|
||||
if(UNIX)
|
||||
set (DBUS_LIB_HEADERS ${DBUS_LIB_HEADERS}
|
||||
set (DBUS_LIB_HEADERS ${DBUS_LIB_HEADERS}
|
||||
dbus-transport-unix.h
|
||||
)
|
||||
else(UNIX)
|
||||
set (DBUS_LIB_HEADERS ${DBUS_LIB_HEADERS}
|
||||
set (DBUS_LIB_HEADERS ${DBUS_LIB_HEADERS}
|
||||
dbus-transport-win.h
|
||||
)
|
||||
endif(UNIX)
|
||||
|
|
@ -170,14 +170,14 @@ set (DBUS_UTIL_HEADERS
|
|||
|
||||
### platform specific settings
|
||||
if (WIN32)
|
||||
set (DBUS_SHARED_SOURCES ${DBUS_SHARED_SOURCES}
|
||||
set (DBUS_SHARED_SOURCES ${DBUS_SHARED_SOURCES}
|
||||
dbus-file-win.c
|
||||
dbus-init-win.cpp
|
||||
dbus-sysdeps-win.c
|
||||
dbus-pipe-win.c
|
||||
dbus-sysdeps-thread-win.c
|
||||
)
|
||||
set (DBUS_SHARED_HEADERS ${DBUS_SHARED_HEADERS}
|
||||
set (DBUS_SHARED_HEADERS ${DBUS_SHARED_HEADERS}
|
||||
dbus-sockets-win.h
|
||||
dbus-sysdeps-win.h
|
||||
)
|
||||
|
|
@ -194,14 +194,14 @@ if (WIN32)
|
|||
)
|
||||
endif(WINCE)
|
||||
else (WIN32)
|
||||
set (DBUS_SHARED_SOURCES ${DBUS_SHARED_SOURCES}
|
||||
set (DBUS_SHARED_SOURCES ${DBUS_SHARED_SOURCES}
|
||||
dbus-file-unix.c
|
||||
dbus-pipe-unix.c
|
||||
dbus-sysdeps-unix.c
|
||||
dbus-sysdeps-pthread.c
|
||||
dbus-userdb.c
|
||||
)
|
||||
set (DBUS_SHARED_HEADERS ${DBUS_SHARED_HEADERS}
|
||||
set (DBUS_SHARED_HEADERS ${DBUS_SHARED_HEADERS}
|
||||
dbus-server-unix.h
|
||||
dbus-transport-unix.h
|
||||
dbus-sysdeps-unix.h
|
||||
|
|
@ -226,7 +226,7 @@ set(libdbus_SOURCES
|
|||
${DBUS_SHARED_SOURCES}
|
||||
)
|
||||
|
||||
set(libdbus_HEADERS
|
||||
set(libdbus_HEADERS
|
||||
${DBUS_LIB_HEADERS}
|
||||
${DBUS_SHARED_HEADERS}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
add_definitions("-DDBUS_COMPILATION")
|
||||
|
||||
set (dbus_send_SOURCES
|
||||
dbus-print-message.c
|
||||
dbus-print-message.h
|
||||
dbus-print-message.c
|
||||
dbus-print-message.h
|
||||
dbus-send.c
|
||||
tool-common.c
|
||||
tool-common.h
|
||||
)
|
||||
|
||||
set (dbus_monitor_SOURCES
|
||||
dbus-monitor.c
|
||||
dbus-print-message.c
|
||||
dbus-monitor.c
|
||||
dbus-print-message.c
|
||||
dbus-print-message.h
|
||||
tool-common.c
|
||||
tool-common.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue