mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
d2f7837ecf
This is an alternative to https://github.com/baldurk/renderdoc/pull/1768 suggested by baldurk. I found that for some reason when cross compiling, the qrenderdoc CMakeLists.txt was failing to see the include-bin executable that renderdoc should have built. Apparently the .py.c files were no longer required for qrenderdoc, so removing it also fixed the issue I was seeing. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>