Skip to content

Commit

Permalink
CMakeData Arch - Add LightsDriver_Export for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
concubidated committed Jun 7, 2017
1 parent b67a031 commit b1320d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/CMakeData-arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@ list(APPEND SMDATA_ARCH_LIGHTS_HPP
"arch/Lights/LightsDriver_EXTIO.h"
)

# TODO: Confirm if Apple can use the export.
if(NOT APPLE)
if(NOT WIN32)
list(APPEND SMDATA_ARCH_LIGHTS_SRC
"arch/Lights/LightsDriver_Export.cpp"
)
Expand Down Expand Up @@ -394,7 +393,7 @@ if(NOT APPLE)
endif()
endif()
endif(WIN32)
endif(NOT APPLE)
endif(NOT WIN32)

source_group("Arch Specific\\\\Lights" FILES ${SMDATA_ARCH_LIGHTS_SRC} ${SMDATA_ARCH_LIGHTS_HPP})

Expand Down

0 comments on commit b1320d2

Please sign in to comment.