1 Star 0 Fork 46

xiaoY/ssd2xx-demo

forked from Flying/ssd2xx-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
toolchain.cmake 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
Flying 提交于 2021-06-25 17:40 . 第一次提交
# the name of the target operating system
set(CMAKE_SYSTEM_NAME linux)
# which compilers to use
set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
# adjust the default behaviour of the find commands:
# search headers and libraries in the target environment
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
# search programs in the host environment
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yqg.tom/ssd2xx-demo.git
git@gitee.com:yqg.tom/ssd2xx-demo.git
yqg.tom
ssd2xx-demo
ssd2xx-demo
master

搜索帮助