Update CMakeLists.txt

This commit is contained in:
Xphalnos 2024-07-14 08:53:06 +02:00 committed by GitHub
parent 6297faae23
commit bbab7fe56e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -581,5 +581,7 @@ add_dependencies(shadps4 host_shaders)
target_include_directories(shadps4 PRIVATE ${HOST_SHADERS_INCLUDE})
if (ENABLE_QT_GUI)
set_target_properties(shadps4 PROPERTIES)
set_target_properties(shadps4 PROPERTIES
# WIN32_EXECUTABLE ON
MACOSX_BUNDLE ON)
endif()