mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 08:48:07 +02:00
Actually commit cmake changes for dbus-launch
This commit is contained in:
parent
160f5bb9d2
commit
c33996aaad
1 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ set (dbus_launch_SOURCES
|
|||
else (WIN32)
|
||||
set (dbus_launch_SOURCES
|
||||
../../tools/dbus-launch.c
|
||||
../../tools/tool-common.c
|
||||
../../tools/tool-common.h
|
||||
)
|
||||
endif (WIN32)
|
||||
|
||||
|
|
@ -65,7 +67,7 @@ target_link_libraries(dbus-update-activation-environment ${DBUS_LIBRARIES})
|
|||
install_targets(/bin dbus-update-activation-environment )
|
||||
|
||||
add_executable(dbus-launch ${dbus_launch_SOURCES})
|
||||
target_link_libraries(dbus-launch )
|
||||
target_link_libraries(dbus-launch ${DBUS_LIBRARIES})
|
||||
if (DBUS_BUILD_X11)
|
||||
target_link_libraries(dbus-launch ${X11_LIBRARIES} )
|
||||
endif (DBUS_BUILD_X11)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue