|
@@ -8,13 +8,11 @@ set(libName ACAServerSetting)
|
|
#包含源文件
|
|
#包含源文件
|
|
file(GLOB LOCAL_SRC
|
|
file(GLOB LOCAL_SRC
|
|
${CMAKE_SOURCE_DIR}/External/common/Shadow/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/Shadow/*.cpp
|
|
- # ${CMAKE_SOURCE_DIR}/External/common/WebAPI/*.cpp
|
|
|
|
${CMAKE_SOURCE_DIR}/External/common/Thread/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/Thread/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/combox/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/combox/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/TipWidget/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/TipWidget/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/TipWidget/*.qrc
|
|
${CMAKE_SOURCE_DIR}/External/common/TipWidget/*.qrc
|
|
${CMAKE_SOURCE_DIR}/External/common/commonFunc/*.cpp
|
|
${CMAKE_SOURCE_DIR}/External/common/commonFunc/*.cpp
|
|
- ${CMAKE_SOURCE_DIR}/External/module/mqtt/*.cpp
|
|
|
|
|
|
|
|
${CMAKE_SOURCE_DIR}/common/DataManager/*.cpp
|
|
${CMAKE_SOURCE_DIR}/common/DataManager/*.cpp
|
|
${CMAKE_SOURCE_DIR}/common/Network/*.cpp
|
|
${CMAKE_SOURCE_DIR}/common/Network/*.cpp
|
|
@@ -49,9 +47,8 @@ file(GLOB LOCAL_SRC
|
|
${CMAKE_CURRENT_SOURCE_DIR}/DialogBase/*.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/DialogBase/*.cpp
|
|
|
|
|
|
|
|
|
|
- ${LHQLog_SOURCE_DIRS}/*.cpp
|
|
|
|
|
|
+ ${LHQLog_SOURCE_DIRS}
|
|
${LHHTTPAPI_SOURCE_DIRS}
|
|
${LHHTTPAPI_SOURCE_DIRS}
|
|
- ${SM_SOURCE_DIR}/*.cpp
|
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
@@ -79,13 +76,11 @@ target_include_directories(${libName} PRIVATE
|
|
|
|
|
|
${CMAKE_SOURCE_DIR}/External/common
|
|
${CMAKE_SOURCE_DIR}/External/common
|
|
${CMAKE_SOURCE_DIR}/External/common/Shadow
|
|
${CMAKE_SOURCE_DIR}/External/common/Shadow
|
|
- # ${CMAKE_SOURCE_DIR}/External/common/WebAPI
|
|
|
|
${CMAKE_SOURCE_DIR}/External/common/Thread
|
|
${CMAKE_SOURCE_DIR}/External/common/Thread
|
|
${CMAKE_SOURCE_DIR}/External/common/combox
|
|
${CMAKE_SOURCE_DIR}/External/common/combox
|
|
${CMAKE_SOURCE_DIR}/External/common/TipWidget
|
|
${CMAKE_SOURCE_DIR}/External/common/TipWidget
|
|
${CMAKE_SOURCE_DIR}/External/common/commonFunc
|
|
${CMAKE_SOURCE_DIR}/External/common/commonFunc
|
|
${CMAKE_SOURCE_DIR}/External/module
|
|
${CMAKE_SOURCE_DIR}/External/module
|
|
- ${CMAKE_SOURCE_DIR}/External/module/mqtt
|
|
|
|
${CMAKE_SOURCE_DIR}/External/module/nlohmann
|
|
${CMAKE_SOURCE_DIR}/External/module/nlohmann
|
|
|
|
|
|
${CMAKE_SOURCE_DIR}/common/DataManager
|
|
${CMAKE_SOURCE_DIR}/common/DataManager
|
|
@@ -118,8 +113,6 @@ target_include_directories(${libName} PRIVATE
|
|
|
|
|
|
${LHQLog_INCLUDE_DIRS}
|
|
${LHQLog_INCLUDE_DIRS}
|
|
${LHHTTPAPI_INCLUDE_DIRS}
|
|
${LHHTTPAPI_INCLUDE_DIRS}
|
|
- ${qmqtt_INCLUDE_DIR}
|
|
|
|
- ${SM_INCLUDE_DIR}
|
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
@@ -131,9 +124,8 @@ target_link_libraries(${libName} PRIVATE
|
|
)
|
|
)
|
|
|
|
|
|
target_link_libraries(${libName} PRIVATE
|
|
target_link_libraries(${libName} PRIVATE
|
|
- # ${spdlog_STATIC_LIBRARY}
|
|
|
|
- ${qmqtt_LIBRARY}
|
|
|
|
- ${SM_LIB_LIBRARY}
|
|
|
|
External::spdlog
|
|
External::spdlog
|
|
|
|
+ External::qmqtt
|
|
|
|
+ External::sm
|
|
)
|
|
)
|
|
|
|
|