feat: App for macOS

This commit is contained in:
Hao Guan
2022-10-13 13:16:27 +10:00
parent 35906ec920
commit c6c75dea26
8 changed files with 156 additions and 11 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++"
}