mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 16:36:31 +00:00
CMake files base setup for Metal
This commit is contained in:
committed by
Baldur Karlsson
parent
31221a6d04
commit
ce36cc340f
@@ -84,6 +84,10 @@ if(ENABLE_VULKAN)
|
||||
set(QMAKE_CXXFLAGS "${QMAKE_CXXFLAGS} -DRENDERDOC_SUPPORT_VULKAN")
|
||||
endif()
|
||||
|
||||
if(ENABLE_METAL)
|
||||
set(QMAKE_CXXFLAGS "${QMAKE_CXXFLAGS} -DRENDERDOC_SUPPORT_METAL")
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
set(QMAKE_RPATHDIR "@executable_path/../lib")
|
||||
add_custom_command(OUTPUT RenderDoc.icns
|
||||
|
||||
Reference in New Issue
Block a user