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
Make library files static
pull/176/head
6367f766
1 year ago
parent
b4cb4b6d2d
commit
1b953c4977
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
devLib/CMakeLists.txt
+1
-1
wiringPi/CMakeLists.txt
+ 1
- 1
devLib/CMakeLists.txt
View File
@@ -23,7 +23,7 @@ set(wiringPiDev_h
)
# Add library target
add_library (${TARGET} S
HARED
${wiringPiDev_src})
add_library (${TARGET} S
TATIC
${wiringPiDev_src})
# Version
set_target_properties(${TARGET} PROPERTIES
+ 1
- 1
wiringPi/CMakeLists.txt
View File
@@ -36,7 +36,7 @@ set(wiringPi_h
)
# Add library target
add_library (${TARGET} S
HARED
${wiringPi_src})
add_library (${TARGET} S
TATIC
${wiringPi_src})
# Version
set_target_properties(${TARGET} PROPERTIES
Write
Preview
Loading…
Cancel
Save