Skip to content

Commit

Permalink
Fixed CMake build by adding hidapi files
Browse files Browse the repository at this point in the history
This needs more work to remove the hidapi shared library build, but at least Linux builds are unblocked
  • Loading branch information
slouken committed Nov 8, 2021
1 parent b8327a4 commit 4bbbe5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bbbe5f

Please sign in to comment.