You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
410 B
16 lines
410 B
meta:
|
|
ADDON_NAME = ofxOnnxRuntime
|
|
ADDON_DESCRIPTION = "ONNX Runtime addon for OpenFrameworks"
|
|
ADDON_AUTHOR = Yuya Hanai
|
|
ADDON_TAGS = "ONNX"
|
|
ADDON_URL = https://github.com/hanasaan/ofxOnnxRuntime
|
|
|
|
common:
|
|
ADDON_INCLUDES = libs/onnxruntime/include
|
|
ADDON_INCLUDES += src
|
|
osx:
|
|
ADDON_LDFLAGS = -Xlinker -rpath -Xlinker @executable_path
|
|
vs:
|
|
ADDON_INCLUDES = libs/onnxruntime/include
|
|
ADDON_INCLUDES += src
|
|
|
|
|