diff options
| author | Jacob Palecki <[email protected]> | 2020-07-29 15:39:39 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-29 15:39:39 -0700 |
| commit | 0a8effcccac92ffd591f94c276fb797dd31f51ab (patch) | |
| tree | 8e2185a334e5c7dbfc0e219b164ef9c89e209f42 /wrapper/wrapper.vcxproj | |
| parent | Added skeleton for input fields (diff) | |
| download | rawaccel-0a8effcccac92ffd591f94c276fb797dd31f51ab.tar.xz rawaccel-0a8effcccac92ffd591f94c276fb797dd31f51ab.zip | |
Compiles but may file
Diffstat (limited to 'wrapper/wrapper.vcxproj')
| -rw-r--r-- | wrapper/wrapper.vcxproj | 2 |
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"> |