diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-11 21:13:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-11 21:13:24 +0200 |
commit | db54d8eb86b06e6c7ea44ff0c112c22ab85305c3 (patch) | |
tree | d17be4350a524066bc7d94601c7ffa1a7172bcf5 | |
parent | 874ee694db9ae3e262b5cf402ce01df568b11abd (diff) |
add trackhat to my sdk paths
-rw-r--r-- | sdk-paths-sthalik@MSVC-windows.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk-paths-sthalik@MSVC-windows.cmake b/sdk-paths-sthalik@MSVC-windows.cmake index db6e8b35..8e5b3fc3 100644 --- a/sdk-paths-sthalik@MSVC-windows.cmake +++ b/sdk-paths-sthalik@MSVC-windows.cmake @@ -36,6 +36,7 @@ setq(SDK_VJOYSTICK "vjoystick") setq(ONNXRuntime_INCLUDE_DIR "onnxruntime-1.10.0//include") setq(ONNXRuntime_LIBRARY "onnxruntime-1.10.0/lib/onnxruntime.lib") setq(ONNXRuntime_RUNTIME "onnxruntime-1.10.0/lib/onnxruntime.dll") +setq(SDK_TRACKHAT_SENSOR "../trackhat/trackhat-c-library-driver/build/install") setq(Qt5_DIR "../qt-5.15.0kde0/lib/cmake/Qt5") set(Qt5Core_DIR "${Qt5_DIR}Core" CACHE PATH "" FORCE) |