Skip to content

Commit

Permalink
update my sdk paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Feb 11, 2024
1 parent 26223ca commit d737682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-paths-sthalik@MSVC-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setq(ONNXRuntime_DIR "onnxruntime-1.16.3-amd64")
setq(SDK_TRACKHAT_SENSOR "trackhat-c-library-driver/build-amd64/install")
setq(SDK_OSCPACK "oscpack/build-amd64")
elseif(CMAKE_SIZEOF_VOID_P EQUAL 4)
setq(Qt5_DIR "../qt-5.15-kde/lib/cmake/Qt5")
setq(Qt5_DIR "../qt/qt-5.15-kde-msvc-32/lib/cmake/Qt5")
setq(OpenCV_DIR "opencv/build/install")
setq(SDK_ARUCO_LIBPATH "aruco/build/src/aruco.lib")
setq(SDK_LIBUSB "libusb-msvc-x86")
Expand Down

0 comments on commit d737682

Please sign in to comment.