cmake: reindent onepad/CMakeLists.txt with space

This commit is contained in:
Gregory Hainaut 2017-04-16 13:39:53 +02:00
parent 41990a6402
commit d3a3a8528f
1 changed files with 36 additions and 38 deletions

View File

@ -79,12 +79,10 @@ set(onepadLinuxHeaders
${linux_headers}/JoystickConfiguration.h)
# onepad Windows sources
set(onepadWindowsSources
)
set(onepadWindowsSources)
# onepad Windows headers
set(onepadWindowsHeaders
)
set(onepadWindowsHeaders)
set(onepadFinalLibs ${SDL2_LIBRARIES})
add_definitions(-DSDL_BUILD)