mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Re-arrange CMakeLists.txt a bit to separate qrenderdoc & pyrenderdoc
* Now you can build the python modules without building the full UI, which is mostly useful for docs builds so we can do a minimal compile and still generate the docs.
This commit is contained in:
@@ -78,8 +78,8 @@ set_target_properties(_renderdoc PROPERTIES PREFIX "")
|
||||
set_target_properties(_qrenderdoc PROPERTIES PREFIX "")
|
||||
|
||||
# Make sure we build after the wrappers are generated
|
||||
add_dependencies(_renderdoc build-qrenderdoc)
|
||||
add_dependencies(_qrenderdoc build-qrenderdoc)
|
||||
add_dependencies(_renderdoc swig-bindings)
|
||||
add_dependencies(_qrenderdoc swig-bindings)
|
||||
|
||||
# Copy in the .py wrappers from qrenderdoc's build
|
||||
add_custom_command(
|
||||
|
||||
Reference in New Issue
Block a user