Browse Source
[cmake] vulkan moment
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/143/head
crueter
8 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
3 additions and
0 deletions
-
externals/CMakeLists.txt
|
|
|
@ -162,6 +162,9 @@ if (YUZU_USE_BUNDLED_FFMPEG) |
|
|
|
set(FFmpeg_INCLUDE_DIR "${FFmpeg_INCLUDE_DIR}" PARENT_SCOPE) |
|
|
|
endif() |
|
|
|
|
|
|
|
# TODO(crueter): I tried messing with these and it gave me 16,323 compilation errors |
|
|
|
# lol |
|
|
|
|
|
|
|
# Vulkan-Headers |
|
|
|
if (YUZU_USE_EXTERNAL_VULKAN_HEADERS) |
|
|
|
add_subdirectory(Vulkan-Headers) |
|
|
|
|