We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690a789 commit 4c07f5cCopy full SHA for 4c07f5c
examples/protonect/CMakeLists.txt
@@ -194,6 +194,8 @@ IF(ENABLE_OPENCL)
194
ENDIF(OPENCL_FOUND)
195
ENDIF(ENABLE_OPENCL)
196
197
+SET(CMAKE_INSTALL_RPATH ${LibUSB-1.0_LIBDIR})
198
+
199
CONFIGURE_FILE("${MY_DIR}/include/libfreenect2/config.h.in" "${MY_DIR}/include/libfreenect2/config.h" @ONLY)
200
GENERATE_RESOURCES(${RESOURCES_INC_FILE} ${MY_DIR} ${RESOURCES})
201
0 commit comments