mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
cmake: fix build after 3rdparty updates
This commit is contained in:
parent
a29ecaf1d3
commit
e3f57074aa
7 changed files with 33 additions and 25 deletions
4
buildfiles/cmake/FindWolfSSL.cmake
Normal file
4
buildfiles/cmake/FindWolfSSL.cmake
Normal file
|
@ -0,0 +1,4 @@
|
|||
set(WOLFSSL_LIBRARY ON)
|
||||
set(WOLFSSL_INCLUDE_DIR ON)
|
||||
set(WOLFSSL_LIBRARIES wolfssl)
|
||||
set(WOLFSSL_FOUND TRUE)
|
Loading…
Add table
Add a link
Reference in a new issue