Skip to content

Commit

Permalink
added missing source to project to fix linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
dimateos committed Nov 16, 2023
1 parent 044d318 commit 7836d4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion proj/vc2019/cinder.vcxproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug_ANGLE|Win32">
Expand Down Expand Up @@ -765,6 +765,7 @@
<ClCompile Include="..\..\src\cinder\DataTarget.cpp" />
<ClCompile Include="..\..\src\cinder\Display.cpp" />
<ClCompile Include="..\..\src\cinder\Exception.cpp" />
<ClCompile Include="..\..\src\cinder\Filesystem.cpp" />
<ClCompile Include="..\..\src\cinder\FileWatcher.cpp" />
<ClCompile Include="..\..\src\cinder\Font.cpp" />
<ClCompile Include="..\..\src\cinder\Frustum.cpp" />
Expand Down
5 changes: 4 additions & 1 deletion proj/vc2019/cinder.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
Expand Down Expand Up @@ -1083,6 +1083,9 @@
<ClCompile Include="..\..\src\cinder\MediaTime.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\cinder\Filesystem.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\AntTweakBar\AntPerfTimer.h">
Expand Down

0 comments on commit 7836d4d

Please sign in to comment.