Allow all OSes to use the Sextet light drivers.
This is meant to enhance #343.
This commit is contained in:
@@ -266,6 +266,13 @@ list(APPEND SMDATA_ARCH_LIGHTS_HPP
|
||||
"arch/Lights/LightsDriver_SystemMessage.h"
|
||||
)
|
||||
|
||||
list(APPEND SMDATA_ARCH_LIGHTS_SRC
|
||||
"arch/Lights/LightsDriver_SextetStream.cpp"
|
||||
)
|
||||
list(APPEND SMDATA_ARCH_LIGHTS_HPP
|
||||
"arch/Lights/LightsDriver_SextetStream.h"
|
||||
)
|
||||
|
||||
# TODO: Confirm if Apple can use the export.
|
||||
if(NOT APPLE)
|
||||
list(APPEND SMDATA_ARCH_LIGHTS_SRC
|
||||
@@ -275,15 +282,6 @@ if(NOT APPLE)
|
||||
"arch/Lights/LightsDriver_Export.h"
|
||||
)
|
||||
|
||||
if(NOT MSVC)
|
||||
list(APPEND SMDATA_ARCH_LIGHTS_SRC
|
||||
"arch/Lights/LightsDriver_SextetStream.cpp"
|
||||
)
|
||||
list(APPEND SMDATA_ARCH_LIGHTS_SRC
|
||||
"arch/Lights/LightsDriver_SextetStream.h"
|
||||
)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND SMDATA_ARCH_LIGHTS_SRC
|
||||
"arch/Lights/LightsDriver_Win32Parallel.cpp"
|
||||
|
||||
Reference in New Issue
Block a user