You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
224 B
7 lines
224 B
3 years ago
|
ExternalProject_Add(wiringOP
|
||
|
GIT_REPOSITORY https://github.com/orangepi-xunlong/wiringOP
|
||
|
BUILD_IN_SOURCE true
|
||
|
CONFIGURE_COMMAND ./build clean
|
||
|
BUILD_COMMAND BOARD=orangepipc-h3 ./build
|
||
|
INSTALL_COMMAND ""
|
||
|
)
|