mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 11:49:42 +08:00
文件提交
This commit is contained in:
11
CmakeLists.txt
Normal file
11
CmakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.3)
|
||||
project(TowerOptoSifAndSpectral)
|
||||
set(QT Core Network WebSockets SerialPort)
|
||||
find_package(Qt5 REQUIRED ${QT})
|
||||
include_directories(./source/test)
|
||||
add_executable( TowerOptoSifAndSpectral
|
||||
main.cpp
|
||||
./source/test/test.cpp
|
||||
./source/test/test.h
|
||||
)
|
||||
qt5_use_modules(TowerOptoSifAndSpectral ${QT})
|
Reference in New Issue
Block a user