Apply cmake formatting rules

This commit is contained in:
Ralf Habacker 2021-10-25 15:56:46 +02:00
parent 151574605e
commit ee24cadf2e

View file

@ -10,7 +10,7 @@ if(ENABLE_TRADITIONAL_ACTIVATION)
add_session_test_executable(test-pending-call-timeout test-pending-call-timeout.c ${DBUS_INTERNAL_LIBRARIES})
endif()
add_session_test_executable(test-shutdown test-shutdown.c dbus-testutils)
if (ENABLE_TRADITIONAL_ACTIVATION)
if(ENABLE_TRADITIONAL_ACTIVATION)
add_session_test_executable(test-privserver-client test-privserver-client.c dbus-testutils)
add_session_test_executable(test-thread-init test-threads-init.c ${DBUS_INTERNAL_LIBRARIES})
endif()