Adds cmake as a build system for mac instead of node-gyp

This commit is contained in:
Atul R
2019-09-16 23:36:59 +02:00
parent 6db185b03e
commit 3c97199a10
5 changed files with 556 additions and 20 deletions
+1
View File
@@ -21,6 +21,7 @@
'CLANG_CXX_LIBRARY': 'libc++',
'MACOSX_DEPLOYMENT_TARGET': '10.7',
'OTHER_CFLAGS': ['-std=c++14'],
'OTHER_LDFLAGS': ['-Wl,-rpath,@loader_path'],
},
}],
['OS=="linux"', {