Skip to content

Commit

Permalink
fix sdl define
Browse files Browse the repository at this point in the history
  • Loading branch information
a1rwulf committed Apr 2, 2015
1 parent 46800a3 commit 7b96749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(JOYSTICK_SOURCES src/addon.cpp
src/log/LogSyslog.cpp)

if(SDL_FOUND)
add_definitions(-DHAS_SDL)
add_definitions(-DHAVE_SDL)
list(APPEND JOYSTICK_SOURCES src/api/sdl/JoystickInterfaceSDL.cpp
src/api/sdl/JoystickSDL.cpp)
list(APPEND DEPLIBS ${SDL_LIBRARIES})
Expand Down

0 comments on commit 7b96749

Please sign in to comment.