mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
external: Update psvpfstools
This commit is contained in:
Vendored
+4
-2
@@ -249,8 +249,6 @@ target_include_directories(vma INTERFACE
|
||||
|
||||
add_subdirectory(ffmpeg)
|
||||
|
||||
add_subdirectory(psvpfstools)
|
||||
|
||||
if(APPLE)
|
||||
execute_process(
|
||||
COMMAND brew --prefix openssl
|
||||
@@ -296,7 +294,11 @@ message("OpenSSL libraries: ${OPENSSL_LIBRARIES}")
|
||||
|
||||
add_library(ssl INTERFACE)
|
||||
target_link_libraries(ssl INTERFACE OpenSSL::SSL)
|
||||
add_library(crypto INTERFACE)
|
||||
target_link_libraries(crypto INTERFACE OpenSSL::Crypto)
|
||||
|
||||
# Must be after openssl
|
||||
add_subdirectory(psvpfstools)
|
||||
|
||||
find_package(CURL QUIET)
|
||||
if(NOT CURL_FOUND)
|
||||
|
||||
Vendored
+1
-1
Submodule external/psvpfstools updated: 1d2547a72d...ab1aa9b363
Reference in New Issue
Block a user