X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FCMakeLists.txt;h=009929dce3caa3e0e3f45a57326878ae933d4bce;hb=3d4806adbe6705f785fd950bd4b4afde1cb4f8d2;hp=a0031c2cb13a585b376a395ec9d6db3a82f7b73a;hpb=f7cd808f2313a8b35165b44cbf805f2d57e2c567;p=flightgear.git diff --git a/src/Input/CMakeLists.txt b/src/Input/CMakeLists.txt index a0031c2cb..009929dce 100644 --- a/src/Input/CMakeLists.txt +++ b/src/Input/CMakeLists.txt @@ -19,7 +19,7 @@ set(SOURCES FGJoystickInput.cxx FGKeyboardInput.cxx FGMouseInput.cxx - input.cxx + input.cxx ) set(HEADERS @@ -37,7 +37,6 @@ if(EVENT_INPUT) list(APPEND SOURCES ${EVENT_INPUT_SOURCES}) list(APPEND SOURCES ${EVENT_INPUT_HEADERS}) include_directories(${UDEV_INCLUDE_DIR}) - add_definitions(-DWITH_EVENTINPUT) endif() set(FGJS_SOURCES