mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 16:05:31 +00:00
Fixed CMake build by adding hidapi files
This needs more work to remove the hidapi shared library build, but at least Linux builds are unblocked
This commit is contained in:
parent
b8327a4a48
commit
4bbbe5f84c
|
@ -442,6 +442,7 @@ file(GLOB SOURCE_FILES
|
|||
${SDL2_SOURCE_DIR}/src/events/*.c
|
||||
${SDL2_SOURCE_DIR}/src/file/*.c
|
||||
${SDL2_SOURCE_DIR}/src/haptic/*.c
|
||||
${SDL2_SOURCE_DIR}/src/hidapi/*.c
|
||||
${SDL2_SOURCE_DIR}/src/libm/*.c
|
||||
${SDL2_SOURCE_DIR}/src/locale/*.c
|
||||
${SDL2_SOURCE_DIR}/src/misc/*.c
|
||||
|
|
Loading…
Reference in a new issue