Skip to content

Commit

Permalink
Fixup CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Kilau authored and Scott Kilau committed Feb 16, 2025
1 parent dd7c0fd commit 907dcd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ add_library(libwsbrd STATIC
common/bus_uart.c
common/capture.c
common/commandline.c
$<$<BOOL:${LIBSYSTEMD_FOUND}>:common/dbus.c>
common/events_scheduler.c
common/log.c
common/bits.c
Expand Down Expand Up @@ -270,7 +269,7 @@ if(LIBCAP_FOUND)
endif()
if(LIBSYSTEMD_FOUND)
target_compile_definitions(libwsbrd PRIVATE HAVE_LIBSYSTEMD)
target_sources(libwsbrd PRIVATE app_wsbrd/app/dbus.c)
target_sources(libwsbrd PRIVATE common/dbus.c app_wsbrd/app/dbus.c)
if(AUTH_LEGACY)
target_sources(libwsbrd PRIVATE app_wsbrd/app/dbus_auth_legacy.c)
else()
Expand Down

0 comments on commit 907dcd6

Please sign in to comment.