add ORT_DIRECTORY compiler option

This commit is contained in:
zhoushunjie
2022-09-21 15:01:47 +08:00
parent a8e447f225
commit 662b1e6113
7 changed files with 59 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ import logging
import os
import sys
user_specified_dirs = ['@OPENCV_DIRECTORY@', ]
user_specified_dirs = ['@OPENCV_DIRECTORY@', '@ORT_DIRECTORY@', ]
def is_built_with_gpu() -> bool: