Split intercom.h into separate headers and reduce shared header inclusion.

This commit is contained in:
David Anderson
2015-08-31 10:00:49 -07:00
parent 4f1705e001
commit 4e275eea97
66 changed files with 881 additions and 431 deletions
+4
View File
@@ -51,6 +51,10 @@ for sdk_name in SM.sdks:
binary = SM.HL2Config(project, binary_name, sdk)
compiler = binary.compiler
compiler.cxxincludes += [
builder.sourcePath
]
if sdk.name == 'csgo':
compiler.cxxincludes += [
os.path.join(sdk.path, 'common', 'protobuf-2.5.0', 'src'),