mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
添加了 ATP控制类头文件等描述信息
This commit is contained in:
@ -1,11 +1,26 @@
|
||||
cmake_minimum_required(VERSION 3.3)
|
||||
|
||||
project(TowerOptoSifAndSpectral)
|
||||
|
||||
set(QT Core Network WebSockets SerialPort)
|
||||
|
||||
find_package(Qt5 REQUIRED ${QT})
|
||||
include_directories(./source/test)
|
||||
|
||||
|
||||
file(GLOB_RECURSE HDR_LIST "source/*.h")
|
||||
file(GLOB_RECURSE SRC_LIST "source/*.cpp")
|
||||
|
||||
|
||||
include_directories("source/ATP")
|
||||
|
||||
add_executable( TowerOptoSifAndSpectral
|
||||
main.cpp
|
||||
./source/test/test.cpp
|
||||
./source/test/test.h
|
||||
main.cpp
|
||||
${HDR_LIST}
|
||||
${SRC_LIST}
|
||||
)
|
||||
qt5_use_modules(TowerOptoSifAndSpectral ${QT})
|
||||
qt5_use_modules(TowerOptoSifAndSpectral ${QT})
|
||||
|
||||
|
||||
|
||||
#Qt5_DIR("C:\Qt\Qt5.9.0")
|
||||
#include_directories("C:/Qt/Qt5.9.0/5.9/msvc2017_64/include")
|
Reference in New Issue
Block a user