• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2014 IBM Corporation and Others. All Rights Reserved.
2
3# This variant is used for the '--with-intl=system-icu' option.
4# 'configure' has already set 'libs' and 'cflags' - so,
5# there's nothing to do in these targets.
6
7{
8  'targets': [
9    {
10      'target_name': 'icuuc',
11      'type': 'none',
12      'toolsets': [ 'host', 'target' ],
13    },
14    {
15      'target_name': 'icui18n',
16      'type': 'none',
17      'toolsets': [ 'host', 'target' ],
18    },
19  ],
20}
21