summaryrefslogtreecommitdiff
path: root/test/navigation/w3c/socket-based-poc/node-cpp-lbs-modules/binding.gyp
blob: b2b78ef4f753be350831c6dbb7c59c5e1f1e1b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "targets": [
    {
      	"target_name": "NavigationCoreConfiguration",
      	"sources": [ "./NavigationCoreConfiguration.cpp" ],
		"include_dirs": ["./"],
		"cflags_cc": ["-Wall", "-std=gnu++11", "-fexceptions"]
    }
  ]


}