[cmake, dist] fix eden app name and VUL
All checks were successful
eden-license / license-header (pull_request) Successful in 22s
All checks were successful
eden-license / license-header (pull_request) Successful in 22s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
c60a767276
commit
83866f4b05
3 changed files with 8 additions and 1 deletions
2
dist/org.eden_emu.eden.desktop
vendored
2
dist/org.eden_emu.eden.desktop
vendored
|
@ -7,7 +7,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=eden
|
Name=Eden
|
||||||
GenericName=Switch Emulator
|
GenericName=Switch Emulator
|
||||||
Comment=Nintendo Switch video game console emulator
|
Comment=Nintendo Switch video game console emulator
|
||||||
Icon=org.eden_emu.eden
|
Icon=org.eden_emu.eden
|
||||||
|
|
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -330,6 +330,9 @@ CPMAddPackage(
|
||||||
CUSTOM_CACHE_KEY "df2e"
|
CUSTOM_CACHE_KEY "df2e"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(VulkanUtilityLibraries_SOURCE_DIR "${VulkanUtilityLibraries_SOURCE_DIR}" PARENT_SCOPE)
|
||||||
|
set(VulkanUtilityLibraries_ADDED "${VulkanUtilityLibraries_ADDED}" PARENT_SCOPE)
|
||||||
|
|
||||||
# SPIRV-Tools
|
# SPIRV-Tools
|
||||||
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
|
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
|
|
|
@ -333,6 +333,10 @@ if (VulkanMemoryAllocator_ADDED)
|
||||||
target_include_directories(video_core PUBLIC ${VulkanMemoryAllocator_SOURCE_DIR}/include)
|
target_include_directories(video_core PUBLIC ${VulkanMemoryAllocator_SOURCE_DIR}/include)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (VulkanUtilityLibraries_ADDED)
|
||||||
|
target_include_directories(video_core PUBLIC ${VulkanUtilityLibraries_SOURCE_DIR}/include)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(video_core PRIVATE sirit Vulkan::Headers)
|
target_link_libraries(video_core PRIVATE sirit Vulkan::Headers)
|
||||||
|
|
||||||
if (ENABLE_NSIGHT_AFTERMATH)
|
if (ENABLE_NSIGHT_AFTERMATH)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue