CMakeLists.txt: Added option to install mraa-gpio tool
This commit renames gpio.c to mraa-gpio.c to make installation in bin/ less annoying Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
2b8b28171b
commit
a1c5bd8742
@@ -56,6 +56,7 @@ option (BUILDSWIGPYTHON "Build swig python modules." ON)
|
||||
option (BUILDSWIGNODE "Build swig node modules." ON)
|
||||
option (IPK "Generate IPK using CPack" OFF)
|
||||
option (BUILDPYTHON3 "Use python3 for building/installing" OFF)
|
||||
option (INSTALLGPIOTOOL "Install gpio tool" OFF)
|
||||
|
||||
include (TargetArch)
|
||||
target_architecture (DETECTED_ARCH)
|
||||
|
||||
Reference in New Issue
Block a user