{
  'targets': [
    {
      'target_name': 'rtl-text-native',
      'sources': [
          "./src/index.cpp"
      ],
      'include_dirs': [
          "<!@(node -p \"require('node-addon-api').include\")"
      ],
      'dependencies': ["<!(node -p \"require('node-addon-api').gyp\")"],
      "libraries": [
        "/usr/local/lib/libicuuc.dylib"
      ],
      'cflags!': [ '-fno-exceptions', '-fPIC' ],
      'cflags_cc!': [ '-fno-exceptions', '-fPIC' ],
      'xcode_settings': {
        'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
        'CLANG_CXX_LIBRARY': 'libc++',
        'MACOSX_DEPLOYMENT_TARGET': '11.3',
        "GCC_ENABLE_CPP_RTTI": "YES",
        "OTHER_CPLUSPLUSFLAGS": ["-std=c++17", "-stdlib=libc++"]
      },
      'msvs_settings': {
        'VCCLCompilerTool': { 'ExceptionHandling': 1 },
      }
    }
  ]
}
