mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
vulkan: Add relevant libs.
This commit is contained in:
parent
b6323861a5
commit
c0423d513d
20 changed files with 398 additions and 9 deletions
|
@ -20,4 +20,6 @@ add_subdirectory( libpng )
|
|||
# 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")
|
||||
add_subdirectory( Vulkan )
|
||||
add_subdirectory( rpcs3 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue