mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user