summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-08-18 13:49:34 +0200
committerStanislaw Halik <sthalik@misaki.pl>2021-08-18 13:53:46 +0200
commitcfd70f5aea911db4cab1a8f2916d40ac59854166 (patch)
treec863352ad5ec431dc2371d15df2c9c6b88677a67
parent54c753c05971dcb969e9db38d0887a2d1797b652 (diff)
add onnx runtime to my paths
-rw-r--r--sdk-paths-sthalik@MSVC-windows.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdk-paths-sthalik@MSVC-windows.cmake b/sdk-paths-sthalik@MSVC-windows.cmake
index 9e1e3583..ed176a3f 100644
--- a/sdk-paths-sthalik@MSVC-windows.cmake
+++ b/sdk-paths-sthalik@MSVC-windows.cmake
@@ -21,7 +21,7 @@ set(opentrack_install-debug-info TRUE CACHE INTERNAL "" FORCE)
set(opentrack_maintainer-mode TRUE CACHE INTERNAL "" FORCE)
setq(EIGEN3_INCLUDE_DIR "eigen")
-setq(OpenCV_DIR "../opencv/build")
+setq(OpenCV_DIR "opencv/build")
setq(SDL2_DIR "SDL2-win32")
setq(SDK_ARUCO_LIBPATH "aruco/build/src/aruco.lib")
setq(SDK_FSUIPC "fsuipc")
@@ -33,6 +33,9 @@ setq(SDK_REALSENSE "RSSDK-R3")
setq(SDK_RIFT_140 "ovr_sdk_win_23.0.0/LibOVR")
setq(SDK_VALVE_STEAMVR "steamvr")
setq(SDK_VJOYSTICK "vjoystick")
+setq(ONNXRuntime_INCLUDE_DIR "onnxruntime-1.8.1/build/native/include")
+setq(ONNXRuntime_LIBRARY "onnxruntime-1.8.1/runtimes/win-x86/native/onnxruntime.lib")
+setq(ONNXRuntime_RUNTIME "onnxruntime-1.8.1/runtimes/win-x86/native/onnxruntime.dll")
setq(Qt5_DIR "../qt-5.15.2/lib/cmake/Qt5")
set(Qt5Core_DIR "${Qt5_DIR}Core" CACHE PATH "" FORCE)