Skip to content

Commit

Permalink
Update kananlib
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jul 5, 2023
1 parent 9b2b3ef commit 2d160ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (9464688cf25c2663a75cd995e5dee847b35694e2)...")
message(STATUS "Fetching kananlib (68354b8f7008be5df42a1940fed1391383262e86)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
9464688cf25c2663a75cd995e5dee847b35694e2
68354b8f7008be5df42a1940fed1391383262e86
)
FetchContent_MakeAvailable(kananlib)

Expand Down Expand Up @@ -328,6 +328,7 @@ list(APPEND sdk_SOURCES
"shared/sdk/UEngine.cpp"
"shared/sdk/UGameEngine.cpp"
"shared/sdk/UGameViewportClient.cpp"
"shared/sdk/UObjectArray.cpp"
"shared/sdk/Utility.cpp"
"shared/sdk/CVar.hpp"
"shared/sdk/ConsoleManager.hpp"
Expand All @@ -346,6 +347,7 @@ list(APPEND sdk_SOURCES
"shared/sdk/UEngine.hpp"
"shared/sdk/UGameEngine.hpp"
"shared/sdk/UGameViewportClient.hpp"
"shared/sdk/UObjectArray.hpp"
"shared/sdk/Utility.hpp"
"shared/sdk/threading/GameThreadWorker.hpp"
"shared/sdk/threading/RHIThreadWorker.hpp"
Expand Down Expand Up @@ -411,6 +413,7 @@ list(APPEND sdk-nolog_SOURCES
"shared/sdk/UEngine.cpp"
"shared/sdk/UGameEngine.cpp"
"shared/sdk/UGameViewportClient.cpp"
"shared/sdk/UObjectArray.cpp"
"shared/sdk/Utility.cpp"
"shared/sdk/CVar.hpp"
"shared/sdk/ConsoleManager.hpp"
Expand All @@ -429,6 +432,7 @@ list(APPEND sdk-nolog_SOURCES
"shared/sdk/UEngine.hpp"
"shared/sdk/UGameEngine.hpp"
"shared/sdk/UGameViewportClient.hpp"
"shared/sdk/UObjectArray.hpp"
"shared/sdk/Utility.hpp"
"shared/sdk/threading/GameThreadWorker.hpp"
"shared/sdk/threading/RHIThreadWorker.hpp"
Expand Down
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tag = "v1.34.10"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "9464688cf25c2663a75cd995e5dee847b35694e2"
tag = "68354b8f7008be5df42a1940fed1391383262e86"

[fetch-content.safetyhook]
git = "https://github.com/cursey/safetyhook"
Expand Down

0 comments on commit 2d160ee

Please sign in to comment.