From e38df17446dc48632dad3a213140b5a6c51ad842 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sun, 13 Aug 2023 22:10:12 -0700 Subject: [PATCH] fix linking in linux --- Source/Core/Common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 61b6a53a83..9db2f77d63 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -154,6 +154,7 @@ PUBLIC fmt::fmt ${MBEDTLS_LIBRARIES} minizip-ng + slippi_rust_extensions PRIVATE ${CURL_LIBRARIES}