aboutsummaryrefslogtreecommitdiff
path: root/primedev/Northstar.cmake
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2024-03-04 00:01:32 +0000
committerGitHub <noreply@github.com>2024-03-04 01:01:32 +0100
commit4b0726d97788edff5d83476cb52057f409d623af (patch)
treedad38132c6353af708a71af8e795aa34a19b4b3a /primedev/Northstar.cmake
parente1eb2a6f4b858e903603226098861c3b62d5d1a4 (diff)
downloadNorthstarLauncher-4b0726d97788edff5d83476cb52057f409d623af.tar.gz
NorthstarLauncher-4b0726d97788edff5d83476cb52057f409d623af.zip
Update silver-bun to `72c74b4` (#664)
Bumps the vendored silver-bun library to the newest commit in upstream Co-authored-by: F1F7Y <filip.bartos07@proton.me> Co-authored-by: IcePixelx <41352111+IcePixelx@users.noreply.github.com>
Diffstat (limited to 'primedev/Northstar.cmake')
-rw-r--r--primedev/Northstar.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/primedev/Northstar.cmake b/primedev/Northstar.cmake
index 6b9c2380..aef630c8 100644
--- a/primedev/Northstar.cmake
+++ b/primedev/Northstar.cmake
@@ -3,6 +3,7 @@
find_package(minhook REQUIRED)
find_package(libcurl REQUIRED)
find_package(minizip REQUIRED)
+find_package(silver-bun REQUIRED)
add_library(
NorthstarDLL SHARED
@@ -50,8 +51,6 @@ add_library(
"core/macros.h"
"core/memalloc.cpp"
"core/memalloc.h"
- "core/memory.cpp"
- "core/memory.h"
"core/sourceinterface.cpp"
"core/sourceinterface.h"
"core/tier0.cpp"
@@ -172,6 +171,7 @@ target_link_libraries(
PRIVATE minhook
libcurl
minizip
+ silver-bun
WS2_32.lib
Crypt32.lib
Cryptui.lib