File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111cmake-build- * /
1212.vscode /
1313build /
14- log /
14+ log /
15+ lib /
Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ set(CMAKE_CXX_STANDARD 17)
66set (CMAKE_CXX_STANDARD_REQUIRED ON ) # 确保强制使用指定的标准
77set (CMAKE_CXX_EXTENSIONS OFF ) # 禁用编译器特定的扩展(推荐)
88
9- add_subdirectory (infinite_sense_core)
10-
119if (NOT CMAKE_BUILD_TYPE )
1210 set (CMAKE_BUILD_TYPE Release)
1311 set (CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -O3 -Wall" )
1412 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -Wall" )
1513endif ()
1614
15+ add_subdirectory (infinite_sense_core)
1716add_executable (${PROJECT_NAME} _zmq_node
1817 example/ZMQ/zmq_main.cpp
1918)
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ add_library(${PROJECT_NAME} SHARED
3030 src/ptp.cpp
3131 include /ptp.h
3232 src/sensor.h
33- include /messenger.h
3433)
3534# 检测平台并设置相关变量
3635if (CMAKE_SYSTEM_PROCESSOR MATCHES "arm" OR CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64" )
You can’t perform that action at this time.
0 commit comments