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