Add libmmmagic lights support to linux. Mostly copy paste of windows driver.

This commit is contained in:
Kyzentun Keeslala
2016-02-13 17:53:39 -07:00
parent b34f07e10f
commit 10c304a80d
17 changed files with 193 additions and 11 deletions
+8
View File
@@ -319,6 +319,14 @@ if(NOT APPLE)
"arch/Lights/LightsDriver_LinuxParallel.h"
)
endif()
if (WITH_MINIMAID)
list(APPEND SMDATA_ARCH_LIGHTS_SRC
"arch/Lights/LightsDriver_LinuxMinimaid.cpp"
)
list(APPEND SMDATA_ARCH_LIGHTS_HPP
"arch/Lights/LightsDriver_LinuxMinimaid.h"
)
endif()
endif()
endif(WIN32)
endif(NOT APPLE)