mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-28 21:38:03 +03:00
Update CMakeLists.txt
This commit is contained in:
parent
6944a16407
commit
9ccd60459d
1 changed files with 5 additions and 0 deletions
|
@ -737,3 +737,8 @@ if (ENABLE_QT_GUI)
|
||||||
set_source_files_properties(src/images/shadPS4.icns PROPERTIES
|
set_source_files_properties(src/images/shadPS4.icns PROPERTIES
|
||||||
MACOSX_PACKAGE_LOCATION Resources)
|
MACOSX_PACKAGE_LOCATION Resources)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (ENABLE_QT_GUI)
|
||||||
|
find_package(OpenSSL REQUIRED)
|
||||||
|
target_link_libraries(shadps4 PRIVATE ${OPENSSL_LIBRARIES})
|
||||||
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue