Changeset 5192672 in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Mar 7, 2021, 11:05:27 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
429ac01
Parents:
317ad13
Message:

Add ui-value\.hpp to the VulkanGame project and make curTime an instance variable of VulkanGame instead of a global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r317ad13 r5192672  
    7272  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    7373    <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>
    7575  </PropertyGroup>
    7676  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     
    177177    <ClInclude Include="gui\screen.hpp" />
    178178    <ClInclude Include="gui\ui-element.hpp" />
     179    <ClInclude Include="gui\ui-value.hpp" />
    179180    <ClInclude Include="IMGUI\imconfig.h" />
    180181    <ClInclude Include="IMGUI\imgui.h" />
Note: See TracChangeset for help on using the changeset viewer.