From db308c51b40f7f70ccfcfe69b2c624325cc1965c Mon Sep 17 00:00:00 2001 From: Jeremy Kniager Date: Fri, 1 Mar 2019 10:48:58 -0700 Subject: macos: Change LunarG Icons to Vulkan Logo Replaced LunarGIcon.icns with VulkanIcon.icns as part of rebranding initiative. Change-Id: I582b5d057f9177940c3f959a87a304c74993dec2 --- cube/macOS/cubepp/cubepp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube/macOS/cubepp/cubepp.cmake') diff --git a/cube/macOS/cubepp/cubepp.cmake b/cube/macOS/cubepp/cubepp.cmake index 2d77f89e..266dc538 100644 --- a/cube/macOS/cubepp/cubepp.cmake +++ b/cube/macOS/cubepp/cubepp.cmake @@ -27,7 +27,7 @@ set( ) set(cubepp_RESOURCES ${CMAKE_BINARY_DIR}/staging-json/MoltenVK_icd.json - ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cubepp/Resources/LunarGIcon.icns) + ${CMAKE_CURRENT_SOURCE_DIR}/macOS/cubepp/Resources/VulkanIcon.icns) # Have Xcode handle the Storyboard if(${CMAKE_GENERATOR} MATCHES "^Xcode.*") -- cgit v1.2.3