Skip to content

Commit

Permalink
Merge branch 'main' into animation-system
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr committed Dec 7, 2024
2 parents bb2f034 + efc963c commit 4105331
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ set(SPIRV_REFLECT_STATIC_LIB
set(SDL_STATIC
ON
CACHE BOOL "")
set(SDL_JOYSTICK
OFF
CACHE BOOL "")
set(SDL_HAPTIC
OFF
CACHE BOOL "")


include(FetchContent)

Expand Down Expand Up @@ -253,4 +260,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 4105331

Please sign in to comment.