mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-06 15:05:47 +00:00
3 lines
118 B
CMake
3 lines
118 B
CMake
set(WOLFSSL_LIBRARY wolfssl)
|
|
set(WOLFSSL_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/wolfssl)
|
|
set(WOLFSSL_FOUND TRUE)
|