1
0
Fork 0

fix cmake conditional for event-input

This commit is contained in:
Torsten Dreyer 2011-09-21 19:22:32 +02:00
parent d860c949e3
commit fcf0371777

View file

@ -3,7 +3,7 @@ include(FlightGearComponent)
IF(APPLE)
set(EVENT_INPUT_SOURCES FGMacOSXEventInput.cxx)
set(EVENT_INPUT_HEADERS FGMacOSXEventInput.hxx)
else(MSVC)
elseif(MSVC)
message(STATUS "EventInput not implemented for Windows yet")
else()
set(EVENT_INPUT_SOURCES FGLinuxEventInput.cxx)