{
  "targets": [
    {
      "target_name": "test_module",
      "sources": [ "main.cpp" ],
    },
    {
      "target_name": "libfoo",
      "type": "shared_library",
      "sources": [ "foo.cpp" ]
    }
  ]
}