From: Jordan Justen <jordan.l.justen@intel.com>
Date: Fri, 7 Jun 2019 20:34:31 -0700
Subject: Install python module under /usr/lib/python3/dist-packages

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
---
 qrenderdoc/Code/pyrenderdoc/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt b/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt
index b90209a..3a1b9e8 100644
--- a/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt
+++ b/qrenderdoc/Code/pyrenderdoc/CMakeLists.txt
@@ -43,6 +43,7 @@ set_source_files_properties(${CMAKE_BINARY_DIR}/qrenderdoc/renderdoc_python.cxx
 target_compile_definitions(_renderdoc ${MODULE_DEFINES})
 target_include_directories(_renderdoc ${MODULE_INCLUDES})
 target_link_libraries(_renderdoc PRIVATE renderdoc)
+install (TARGETS _renderdoc DESTINATION lib/python3/dist-packages)
             
 add_library(_qrenderdoc SHARED
     ${CMAKE_BINARY_DIR}/qrenderdoc/renderdoc_python.cxx
