Changeset 5192672 in opengl-game for VulkanGame.vcxproj
- Timestamp:
- Mar 7, 2021, 11:05:27 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 429ac01
- Parents:
- 317ad13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanGame.vcxproj
r317ad13 r5192672 72 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 73 73 <IncludePath>include;$(VULKAN_SDK)/Include;$(VULKAN_SDK)/Third-Party/Include;$(IncludePath)</IncludePath> 74 <LibraryPath>lib;$(VULKAN_SDK) \Lib;$(LibraryPath)</LibraryPath>74 <LibraryPath>lib;$(VULKAN_SDK)/Lib;$(LibraryPath)</LibraryPath> 75 75 </PropertyGroup> 76 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> … … 177 177 <ClInclude Include="gui\screen.hpp" /> 178 178 <ClInclude Include="gui\ui-element.hpp" /> 179 <ClInclude Include="gui\ui-value.hpp" /> 179 180 <ClInclude Include="IMGUI\imconfig.h" /> 180 181 <ClInclude Include="IMGUI\imgui.h" />
Note:
See TracChangeset
for help on using the changeset viewer.