mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Supress shadow warning for ggp platform.
This commit is contained in:
committed by
Baldur Karlsson
parent
80935c1657
commit
b06df5dd47
@@ -46,6 +46,7 @@ elseif(ENABLE_GGP)
|
||||
find_library(GGP_LIBRARY ggp)
|
||||
list(APPEND libraries PRIVATE ${GGP_LIBRARY})
|
||||
set(LINKER_FLAGS "-Wl,--no-as-needed -Wl,--hash-style=gnu -Wl,--build-id=sha1")
|
||||
set_property(SOURCE renderdoccmd_ggp.cpp APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-shadow")
|
||||
elseif(UNIX)
|
||||
list(APPEND sources renderdoccmd_linux.cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user