Skip to content

Commit 8c87987

Browse files
author
nitrocaster
committed
Add common engine config header.
1 parent 3753db3 commit 8c87987

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/Common/Common.vcxitems

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<ProjectCapability Include="SourceItemsFromImports" />
1616
</ItemGroup>
1717
<ItemGroup>
18+
<ClInclude Include="$(MSBuildThisFileDirectory)Config.hpp" />
1819
<ClInclude Include="$(MSBuildThisFileDirectory)face_smoth_flags.h" />
1920
<ClInclude Include="$(MSBuildThisFileDirectory)FSMacros.hpp" />
2021
<ClInclude Include="$(MSBuildThisFileDirectory)GUID.hpp" />

src/Common/Common.vcxitems.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ClInclude Include="$(MSBuildThisFileDirectory)NvMender2003\remove_isolated_verts.h">
1919
<Filter>NvMender2003</Filter>
2020
</ClInclude>
21+
<ClInclude Include="$(MSBuildThisFileDirectory)Config.hpp" />
2122
</ItemGroup>
2223
<ItemGroup>
2324
<ClCompile Include="$(MSBuildThisFileDirectory)NvMender2003\NVMeshMender.cpp">

src/Common/Config.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#pragma once
2+
3+
// CONFIG_PROFILE_LOCKS
4+
// XXX: convert to command line params
5+
// CONFIG_SCRIPT_ENGINE_LOG_EXPORTS
6+
// CONFIG_SCRIPT_ENGINE_LOG_SKIPPED_EXPORTS

0 commit comments

Comments
 (0)