Skip to content

Commit

Permalink
remove message.h/cpp includes from lib project file
Browse files Browse the repository at this point in the history
  • Loading branch information
mqrause committed Sep 28, 2024
1 parent ef6b53a commit 1c12b3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msvc-full-features/Cataclysm-lib-vcpkg-static.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,9 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\src\*.h" Exclude="..\src\messages.h" />
<ClInclude Include="..\src\messages.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\*.cpp" Exclude="..\src\main.cpp;..\src\messages.cpp" />
<ClCompile Include="..\src\messages.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="flatbuffers.vcxproj">
Expand Down

0 comments on commit 1c12b3e

Please sign in to comment.