Skip to content

Commit

Permalink
sdk paths: try to find nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Oct 19, 2022
1 parent 9b25999 commit 675e1aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk-paths-sthalik@MSVC-windows.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit 675e1aa

Please sign in to comment.