mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Update Vulkan submodules
Temporarily disabled Vulkan build for Linux
This commit is contained in:
parent
06c6c8212d
commit
11f7b167ae
9 changed files with 28 additions and 31 deletions
|
@ -22,6 +22,8 @@ if (NOT USE_SYSTEM_LIBPNG)
|
|||
add_subdirectory( 3rdparty/libpng )
|
||||
endif()
|
||||
|
||||
option(VULKAN_PREBUILT "" OFF)
|
||||
|
||||
# TODO: do real installation, including copying directory structure
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE "${PROJECT_BINARY_DIR}/bin")
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${PROJECT_BINARY_DIR}/bin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue