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

Commit bd6ad9e

Browse files
committed
Fixed missing build of AmbiLed source
1 parent 951b79b commit bd6ad9e

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
@@ -15,6 +15,7 @@ include_directories(
1515
SET(Leddevice_QT_HEADERS
1616
${CURRENT_SOURCE_DIR}/LedRs232Device.h
1717
${CURRENT_SOURCE_DIR}/LedDeviceAdalight.h
18+
${CURRENT_SOURCE_DIR}/LedDeviceAmbiLed.h
1819
${CURRENT_SOURCE_DIR}/LedDevicePhilipsHue.h
1920
)
2021

@@ -38,6 +39,7 @@ SET(Leddevice_SOURCES
3839
${CURRENT_SOURCE_DIR}/LedRs232Device.cpp
3940

4041
${CURRENT_SOURCE_DIR}/LedDeviceAdalight.cpp
42+
${CURRENT_SOURCE_DIR}/LedDeviceAmbiLed.cpp
4143
${CURRENT_SOURCE_DIR}/LedDeviceLightpack.cpp
4244
${CURRENT_SOURCE_DIR}/LedDeviceMultiLightpack.cpp
4345
${CURRENT_SOURCE_DIR}/LedDevicePaintpack.cpp

0 commit comments

Comments
 (0)