Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit d495d53

Browse files
committed
Added APA102 to cmakelist
1 parent 03e11a1 commit d495d53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libsrc/leddevice/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ if(ENABLE_SPIDEV)
5757
${CURRENT_SOURCE_DIR}/LedDeviceLpd8806.h
5858
${CURRENT_SOURCE_DIR}/LedDeviceP9813.h
5959
${CURRENT_SOURCE_DIR}/LedDeviceWs2801.h
60+
${CURRENT_SOURCE_DIR}/LedDeviceAPA102.h
6061
)
6162
SET(Leddevice_SOURCES
6263
${Leddevice_SOURCES}
@@ -65,6 +66,7 @@ if(ENABLE_SPIDEV)
6566
${CURRENT_SOURCE_DIR}/LedDeviceLpd8806.cpp
6667
${CURRENT_SOURCE_DIR}/LedDeviceP9813.cpp
6768
${CURRENT_SOURCE_DIR}/LedDeviceWs2801.cpp
69+
${CURRENT_SOURCE_DIR}/LedDeviceAPA102.cpp
6870
)
6971
endif(ENABLE_SPIDEV)
7072

0 commit comments

Comments
 (0)