mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
10 lines
459 B
CMake
10 lines
459 B
CMake
set(APP_ASSISTANT_OWN_SOURCE
|
|
${CMAKE_SOURCE_DIR}/src/common/common/sakcrcinterface.h
|
|
${CMAKE_SOURCE_DIR}/src/common/common/sakcrcinterface.cc
|
|
${CMAKE_SOURCE_DIR}/src/common/common/sakdatastructure.h
|
|
${CMAKE_SOURCE_DIR}/src/common/common/sakdatastructure.cc)
|
|
set(APP_ASSISTANT_OWN_LIBS Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::Network)
|
|
|
|
sak_add_assistant("broadcast" "BroadcastAssistant")
|
|
sak_3rd_setup_glog(BroadcastAssistant)
|