Skip to content

Commit

Permalink
👷 disabled SDL Joystick API
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr authored Dec 3, 2024
1 parent 9bfffd6 commit ee66094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ set(SPIRV_REFLECT_STATIC_LIB
set(SDL_STATIC
ON
CACHE BOOL "")
set(SDL_JOYSTICK
OFF
CACHE BOOL "")


include(FetchContent)

Expand Down Expand Up @@ -250,4 +254,4 @@ add_executable(
target_link_libraries(ashura_engine_tests ashura_std ashura_engine GTest::gtest)

add_executable(ashura_editor ashura/editor/editor.cc)
target_link_libraries(ashura_editor ashura_std ashura_engine GTest::gtest)
target_link_libraries(ashura_editor ashura_std ashura_engine GTest::gtest)

0 comments on commit ee66094

Please sign in to comment.