mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add Temperature adjustment - add missing cmake updates
This commit is contained in:
@@ -39,6 +39,9 @@ add_library(hyperion
|
||||
# Led Color Transform
|
||||
${CMAKE_SOURCE_DIR}/include/hyperion/MultiColorAdjustment.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/hyperion/MultiColorAdjustment.cpp
|
||||
${CMAKE_SOURCE_DIR}/include/hyperion/ColorCorrection.h
|
||||
${CMAKE_SOURCE_DIR}/include/hyperion/MultiColorCorrection.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/hyperion/MultiColorCorrection.cpp
|
||||
# Priority Muxer
|
||||
${CMAKE_SOURCE_DIR}/include/hyperion/PriorityMuxer.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/hyperion/PriorityMuxer.cpp
|
||||
|
@@ -57,11 +57,14 @@ add_library(hyperion-utils
|
||||
# Rgb single color adjustment/correction
|
||||
${CMAKE_SOURCE_DIR}/include/utils/RgbChannelAdjustment.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/utils/RgbChannelAdjustment.cpp
|
||||
${CMAKE_SOURCE_DIR}/include/utils/RgbChannelCorrection.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/utils/RgbChannelCorrection.cpp
|
||||
# Color conversion/transformation
|
||||
${CMAKE_SOURCE_DIR}/include/utils/RgbToRgbw.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/utils/RgbToRgbw.cpp
|
||||
${CMAKE_SOURCE_DIR}/include/utils/RgbTransform.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/utils/RgbTransform.cpp
|
||||
${CMAKE_SOURCE_DIR}/include/utils/KelvinToRgb.h
|
||||
# System info class
|
||||
${CMAKE_SOURCE_DIR}/include/utils/SysInfo.h
|
||||
${CMAKE_SOURCE_DIR}/libsrc/utils/SysInfo.cpp
|
||||
|
Reference in New Issue
Block a user