Skip to content

Commit

Permalink
Merge pull request CleverRaven#76713 from mqrause/lib_proj_fix
Browse files Browse the repository at this point in the history
Remove message.h/cpp includes from Cataclysm-lib-vcpkg-static project file
  • Loading branch information
akrieger authored Sep 28, 2024
2 parents de3f2b6 + 1c12b3e commit eb351af
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 eb351af

Please sign in to comment.