Add renderdoc_python.cxx to qrenderdoc module build

* This is needed for rdcarray template instantiations, otherwise there
  are unresolved linker errors.
This commit is contained in:
baldurk
2017-12-19 18:02:07 +00:00
parent 0b3d56f9f9
commit 04d38bdfe5
@@ -50,6 +50,7 @@ target_include_directories(_renderdoc ${MODULE_INCLUDES})
target_link_libraries(_renderdoc PRIVATE renderdoc)
add_library(_qrenderdoc SHARED
${CMAKE_BINARY_DIR}/qrenderdoc/renderdoc_python.cxx
${CMAKE_BINARY_DIR}/qrenderdoc/qrenderdoc_python.cxx
../Interface/CommonPipelineState.cpp
../Interface/PersistantConfig.cpp