Warning, /plasma/aura-browser/app/third-party/hashset-cpp/sample/binding.gyp is written in an unsupported language. File is not indexed.
0001 { 0002 "targets": [{ 0003 "target_name": "sample", 0004 "type": "executable", 0005 "sources": [ 0006 "../main.cc", 0007 "../hash_set.cc", 0008 "../hash_set.h", 0009 "../hashFn.cc", 0010 "../hashFn.h", 0011 "../test/example_data.h", 0012 ], 0013 "include_dirs": [ 0014 "..", 0015 ], 0016 "conditions": [ 0017 ['OS=="win"', { 0018 }, { 0019 'cflags_cc': [ '-fexceptions' ] 0020 } 0021 ] 0022 ], 0023 "xcode_settings": { 0024 "OTHER_CFLAGS": [ "-ObjC" ], 0025 "OTHER_CPLUSPLUSFLAGS" : ["-std=c++11","-stdlib=libc++", "-v"], 0026 "OTHER_LDFLAGS": ["-stdlib=libc++"], 0027 "MACOSX_DEPLOYMENT_TARGET": "10.9", 0028 "GCC_ENABLE_CPP_EXCEPTIONS": "YES", 0029 "ARCHS": ["x86_64"], 0030 }, 0031 }] 0032 }