This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
build(wiringpi): added top-level CMakeLists.txt
pull/169/head
Lucino772
2 years ago
parent
d8474b5045
commit
ea4a34075e
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
CMakeLists.txt
+ 8
- 0
CMakeLists.txt
View File
@@ -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…
Cancel
Save