v4l2启用
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.24)
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(skylink_station LANGUAGES CXX)
|
||||
|
||||
@@ -39,7 +39,7 @@ find_package(Threads REQUIRED)
|
||||
|
||||
include_directories(
|
||||
src
|
||||
${CMAKE_SOURCE_DIR}/../protocol # 公共协议定义
|
||||
protocol
|
||||
)
|
||||
|
||||
# ============================================================================
|
||||
@@ -51,12 +51,15 @@ set(SOURCES
|
||||
src/MainWindow.cpp
|
||||
src/GroundReceiver.cpp
|
||||
src/DataLogger.cpp
|
||||
src/DeviceInfoReceiver.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
src/MainWindow.h
|
||||
src/GroundReceiver.h
|
||||
src/DataLogger.h
|
||||
src/DeviceInfoReceiver.h
|
||||
src/DeviceInfo.h
|
||||
)
|
||||
|
||||
set(UI_FILES
|
||||
|
||||
Reference in New Issue
Block a user