This website works better with JavaScript.
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
9
Wiki
Activity
瀏覽代碼
build(wiringpi): added top-level CMakeLists.txt
pull/169/head
Lucino772
2 年之前
父節點
d8474b5045
當前提交
ea4a34075e
共有
1 個文件被更改
,包括
8 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
CMakeLists.txt
+ 8
- 0
CMakeLists.txt
查看文件
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.10)
project(wiringPi_Main VERSION 0.1)
add_subdirectory(wiringPi)
add_subdirectory(devLib)
add_subdirectory(wiringPiD)
add_subdirectory(gpio)
Write
Preview
Loading…
取消
儲存