Files
MaaAssistantArknights/include/module.modulemap
2022-12-02 00:22:47 +08:00

9 lines
170 B
Plaintext

module MaaCore {
umbrella header "AsstCaller.h"
export *
link framework "Accelerate"
link framework "OpenCL"
link framework "Vision"
link "c++"
}