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