From 99a26166aeef8c186c77cfbdd730553155f5bd4f Mon Sep 17 00:00:00 2001 From: LordGrey Date: Sun, 26 Mar 2023 14:44:06 +0000 Subject: [PATCH] Add build option --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index da0df3ea..14ebb94c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -342,6 +342,9 @@ message(STATUS "ENABLE_DEV_USB_HID = ${ENABLE_DEV_USB_HID}") option(ENABLE_DEV_WS281XPWM "Enable the WS281x-PWM device" ${DEFAULT_DEV_WS281XPWM} ) message(STATUS "ENABLE_DEV_WS281XPWM = ${ENABLE_DEV_WS281XPWM}") +option(ENABLE_FTDIDEV "Enable the FTDI led device" ${DEFAULT_ENABLE_FTDIDEV} ) +message(STATUS "ENABLE_FTDIDEV = ${ENABLE_FTDIDEV}") + removeIndent() message(STATUS "Services options:")