Profiler skeleton.

This commit is contained in:
Ben Vanik
2014-05-27 22:54:40 -07:00
parent f3f9d93017
commit 6486e0a48e
10 changed files with 249 additions and 0 deletions

View File

@@ -39,6 +39,8 @@
'target_defaults': {
'include_dirs': [
'include/',
'third_party/',
'.',
],
'defines': [
@@ -242,6 +244,7 @@
'user32',
'ole32',
'ntdll',
'advapi32',
],
}],
['OS == "mac"', {
@@ -318,6 +321,7 @@
'xinput',
'xaudio2',
'Shell32',
'advapi32',
],
}],
['OS == "mac"', {