mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 06:08:01 +02:00
Keep cmake build system in sync with commit d47154c28b.
This commit is contained in:
parent
df89cfeb38
commit
1d0076b500
1 changed files with 0 additions and 5 deletions
|
|
@ -4,11 +4,6 @@ set (NAMEtest-DIR ../../../test/name-test)
|
|||
|
||||
add_definitions(-DDBUS_COMPILATION)
|
||||
|
||||
# there is also a test-names executable, don't know if this is the same
|
||||
add_executable(test-names2 ${NAMEtest-DIR}/test-names.c)
|
||||
target_link_libraries(test-names2 ${DBUS_INTERNAL_LIBRARIES})
|
||||
ADD_TEST(test-names2 ${EXECUTABLE_OUTPUT_PATH}/test-names2)
|
||||
|
||||
add_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c)
|
||||
target_link_libraries(test-pending-call-dispatch ${DBUS_INTERNAL_LIBRARIES})
|
||||
ADD_TEST(test-pending-call-dispatch ${EXECUTABLE_OUTPUT_PATH}/test-pending-call-dispatch)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue