xenia/tools/alloy-test/alloy-test.gypi

33 lines
531 B
Plaintext
Raw Normal View History

2014-08-23 21:53:36 +00:00
# Copyright 2014 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'alloy-test',
'type': 'executable',
'msvs_settings': {
'VCLinkerTool': {
'SubSystem': '1'
},
},
'dependencies': [
'alloy',
],
'include_dirs': [
'.',
],
'sources': [
'alloy-test.cc',
'test_add.cc',
'test_vector_add.cc',
2014-08-24 06:26:46 +00:00
'test_vector_max.cc',
'test_vector_min.cc',
'util.h',
2014-08-23 21:53:36 +00:00
],
},
],
}