summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-29 15:39:39 -0700
committerJacob Palecki <[email protected]>2020-07-29 15:39:39 -0700
commit0a8effcccac92ffd591f94c276fb797dd31f51ab (patch)
tree8e2185a334e5c7dbfc0e219b164ef9c89e209f42 /wrapper/wrapper.vcxproj
parentAdded skeleton for input fields (diff)
downloadrawaccel-0a8effcccac92ffd591f94c276fb797dd31f51ab.tar.xz
rawaccel-0a8effcccac92ffd591f94c276fb797dd31f51ab.zip
Compiles but may file
Diffstat (limited to 'wrapper/wrapper.vcxproj')
-rw-r--r--wrapper/wrapper.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj
index d27266d..28acbe7 100644
--- a/wrapper/wrapper.vcxproj
+++ b/wrapper/wrapper.vcxproj
@@ -116,9 +116,11 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="wrapper.hpp" />
+ <ClInclude Include="wrapper_writer.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="wrapper.cpp" />
+ <ClCompile Include="wrapper_writer.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">