Adding gflags to handle command line flags.
It sucks, but is the best there is without using boost.
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user