diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 19:24:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 19:24:13 +0200 |
commit | 675e1aab2b214da78eed703a54ea7c6254ab659c (patch) | |
tree | 4005998f0bbefcd605d29f51e644233a4d0ce80f | |
parent | 9b2599950e586b5d52efd82aacc37b213d2af809 (diff) |
sdk paths: try to find nasmopentrack-2022.3.2
-rw-r--r-- | sdk-paths-sthalik@MSVC-windows.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdk-paths-sthalik@MSVC-windows.cmake b/sdk-paths-sthalik@MSVC-windows.cmake index 5735bad1..cfb76780 100644 --- a/sdk-paths-sthalik@MSVC-windows.cmake +++ b/sdk-paths-sthalik@MSVC-windows.cmake @@ -38,6 +38,8 @@ setq(ONNXRuntime_LIBRARY "onnxruntime-1.10.0/lib/onnxruntime.lib") setq(ONNXRuntime_RUNTIME "onnxruntime-1.10.0/bin/onnxruntime.dll") setq(SDK_TRACKHAT_SENSOR "../trackhat/trackhat-c-library-driver/build/install") +set(CMAKE_ASM_NASM_COMPILER nasm.exe CACHE FILEPATH "" FORCE) + setq(Qt5_DIR "../qt-5.15-kde/lib/cmake/Qt5") set(Qt5Core_DIR "${Qt5_DIR}Core" CACHE PATH "" FORCE) set(Qt5Gui_DIR "${Qt5_DIR}Gui" CACHE PATH "" FORCE) |