mirror of https://github.com/PCSX2/pcsx2.git
cmake: reindent onepad/CMakeLists.txt with space
This commit is contained in:
parent
41990a6402
commit
d3a3a8528f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue