x-tools/Source/Assistants/Broadcast/CMakeLists.txt
2024-03-20 16:16:07 +08:00

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)