diff options
Diffstat (limited to 'main/drv/CMakeLists.txt')
-rw-r--r-- | main/drv/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/drv/CMakeLists.txt b/main/drv/CMakeLists.txt index b56f1b0..3d9018f 100644 --- a/main/drv/CMakeLists.txt +++ b/main/drv/CMakeLists.txt @@ -1,2 +1,3 @@ idf_component_register(SRCS "ws2812b.c" + REQUIRES driver INCLUDE_DIRS "../../include") |