Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ if(USE_GAMEMATH)
FetchContent_Declare(
gamemath_git
GIT_REPOSITORY https://github.com/TheAssemblyArmada/GameMath.git
GIT_TAG f133b2cc8f85de6c2967ae77177daf0b8bbf39c0
GIT_TAG 59f7ccd494f7e7c916a784ac26ef266f9f09d78d
)

# We don't use FetchContent_MakeAvailable here because we don't want all gamemath targets including, just our dependencies.
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ if(USE_SDL2)
endif()

if(USE_GAMEMATH)
list(APPEND GAME_LINK_LIBRARIES gamemath_static_lib)
list(APPEND GAME_LINK_LIBRARIES gamemath::gamemath)
list(APPEND GAME_COMPILE_OPTIONS -DBUILD_WITH_GAMEMATH)
endif()

Expand Down