mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
12 lines
550 B
CMake
12 lines
550 B
CMake
set(APP_ASSISTANT_OWN_SOURCE
|
|
${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsCrcInterface.h
|
|
${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsCrcInterface.cpp
|
|
${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsDataStructure.h
|
|
${CMAKE_SOURCE_DIR}/Source/Common/Common/xToolsDataStructure.cpp)
|
|
set(APP_ASSISTANT_OWN_LIBS Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::Network)
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Source)
|
|
|
|
x_tools_add_assistant("Broadcast" "BroadcastAssistant")
|
|
x_tools_3rd_setup_glog(BroadcastAssistant)
|