Adding gflags to handle command line flags.

It sucks, but is the best there is without using boost.
This commit is contained in:
Ben Vanik
2013-01-23 21:31:23 -08:00
parent 01fee047f7
commit 860a0739ec
14 changed files with 183 additions and 35 deletions

View File

@@ -3,6 +3,7 @@
'includes': [
'common.gypi',
'tools/tools.gypi',
'third_party/gflags.gypi',
],
'targets': [
@@ -11,6 +12,13 @@
'product_name': 'xeniacore',
'type': 'static_library',
'dependencies': [
'gflags',
],
'export_dependent_settings': [
'gflags',
],
'direct_dependent_settings': {
'include_dirs': [
'include/',
@@ -36,7 +44,6 @@
'dependencies': [
'xeniacore',
],
'export_dependent_settings': [
'xeniacore',
],