Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Nov 4, 2023
1 parent 4ce3c0e commit e97c89e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ target_link_libraries(sdk PUBLIC
kananlib
Version
TracyClient
nlohmann_json
)

unset(CMKR_TARGET)
Expand Down
3 changes: 2 additions & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ type = "sdk-template"
link-libraries = [
"kananlib",
"Version",
"TracyClient"
"TracyClient",
"nlohmann_json"
]

[target.plugin_renderlib]
Expand Down
2 changes: 2 additions & 0 deletions shared/sdk/APlayerCameraManager.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <sdk/UObjectArray.hpp>

#include "APlayerCameraManager.hpp"

namespace sdk {
Expand Down

0 comments on commit e97c89e

Please sign in to comment.