1 Star 0 Fork 0

xjy198903/VESC_CAN_TEST

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
xjy198903 提交于 2024-09-05 14:54 . No commit message
cmake_minimum_required(VERSION 3.10)
project(can_test)
set(CMAKE_CXX_STANDARD 17)
set(PrijDir ${CMAKE_CURRENT_SOURCE_DIR})
include_directories(${PrijDir}/inc)
link_libraries(pthread)
add_executable(can_test src/can_demo.cpp)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xjy198903/vesc_can_test.git
[email protected]:xjy198903/vesc_can_test.git
xjy198903
vesc_can_test
VESC_CAN_TEST
master

搜索帮助