diff options
| author | a1xd <[email protected]> | 2020-07-31 20:36:17 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-07-31 20:36:17 -0400 |
| commit | b49a91627faa6411023f7823250337cc1a71af82 (patch) | |
| tree | ad50871f3067dbca729e3ecfe6307fc774004b4d /console/console.vcxproj | |
| parent | move write function into common io header (diff) | |
| download | rawaccel-b49a91627faa6411023f7823250337cc1a71af82.tar.xz rawaccel-b49a91627faa6411023f7823250337cc1a71af82.zip | |
move clipp/parse logic into console project
Diffstat (limited to 'console/console.vcxproj')
| -rw-r--r-- | console/console.vcxproj | 3 |
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> |