feat: App for macOS

This commit is contained in:
Hao Guan
2022-10-13 13:16:27 +10:00
parent 35906ec920
commit 1361de769c
8 changed files with 186 additions and 9 deletions

8
include/module.modulemap Normal file
View File

@@ -0,0 +1,8 @@
module MeoAssistant {
umbrella header "AsstCaller.h"
export *
link framework "Accelerate"
link framework "OpenCL"
link framework "Vision"
link "c++"
}