mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-13 18:08:15 +08:00
native: getDeviceID and getDeviceInfo
This commit is contained in:
@@ -3,10 +3,18 @@
|
||||
{
|
||||
"target_name": "native",
|
||||
"sources": [
|
||||
"main.cc",
|
||||
"utils.cc",
|
||||
"utils.h",
|
||||
"define.h"
|
||||
"src/main.cc",
|
||||
"src/utils.h",
|
||||
"src/utils.cc",
|
||||
"src/define.h",
|
||||
"src/wmi/wmi.cpp",
|
||||
"src/wmi/wmi.hpp",
|
||||
"src/wmi/unistd.h",
|
||||
"src/wmi/wmiresult.cpp",
|
||||
"src/wmi/wmiresult.hpp",
|
||||
"src/wmi/wmiclasses.hpp",
|
||||
"src/wmi/wmiexception.hpp",
|
||||
"src/registry/registry.hpp"
|
||||
],
|
||||
"cflags!": [
|
||||
"-fno-exceptions"
|
||||
|
||||
Reference in New Issue
Block a user