log0.2
This commit is contained in:
@@ -51,6 +51,18 @@ qt_add_library(softbus_template
|
||||
qt_add_executable(softbus_daemon
|
||||
main.cpp
|
||||
src/core/CoreService.cpp
|
||||
|
||||
# api 接口
|
||||
|
||||
src/api/ipc_dbus/IpcDBus.h
|
||||
src/api/ipc_dbus/IpcDBus.cpp
|
||||
|
||||
|
||||
)
|
||||
|
||||
target_include_directories(softbus_daemon
|
||||
PRIVATE
|
||||
${CMAKE_SOURCE_DIR}
|
||||
)
|
||||
|
||||
|
||||
@@ -58,6 +70,9 @@ qt_add_executable(softbus_daemon
|
||||
target_link_libraries(softbus_daemon
|
||||
PRIVATE
|
||||
Qt::Core
|
||||
Qt6::DBus
|
||||
Qt6::SerialPort
|
||||
Qt6::Network
|
||||
)
|
||||
|
||||
add_subdirectory(plugins)
|
||||
|
||||
Reference in New Issue
Block a user