From bfc20f4c144c5edd094ca700e840a67de91df152 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 7 Apr 2026 21:50:34 +0200 Subject: [PATCH] Fix build Signed-off-by: Pol Henarejos --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 676eb5f..a851b06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ endif() set(USB_ITF_CCID 1) set(USB_ITF_WCID 1) include(cmake/version.cmake) +include(cmake/options.cmake OPTIONAL) include(pico_keys_sdk_import.cmake) if(NOT ESP_PLATFORM) set(SOURCES ${PICO_KEYS_SOURCES})