summaryrefslogtreecommitdiff
path: root/console/console.vcxproj
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-07-31 20:36:17 -0400
committera1xd <[email protected]>2020-07-31 20:36:17 -0400
commitb49a91627faa6411023f7823250337cc1a71af82 (patch)
treead50871f3067dbca729e3ecfe6307fc774004b4d /console/console.vcxproj
parentmove write function into common io header (diff)
downloadrawaccel-b49a91627faa6411023f7823250337cc1a71af82.tar.xz
rawaccel-b49a91627faa6411023f7823250337cc1a71af82.zip
move clipp/parse logic into console project
Diffstat (limited to 'console/console.vcxproj')
-rw-r--r--console/console.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/console/console.vcxproj b/console/console.vcxproj
index d0ad292..0f87d94 100644
--- a/console/console.vcxproj
+++ b/console/console.vcxproj
@@ -91,6 +91,9 @@
<ItemGroup>
<ClCompile Include="console.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="parse.hpp" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>