Changeset 5f3dba8 in opengl-game for VulkanGame.vcxproj


Ignore:
Timestamp:
Aug 12, 2019, 3:45:20 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
e1a7f5a
Parents:
69dccfe
Message:

Create a transparent texture in SDL and render some sample images and shapes onto it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanGame.vcxproj

    r69dccfe r5f3dba8  
    8686      <SubSystem>Console</SubSystem>
    8787      <AdditionalLibraryDirectories>D:\VulkanSDK\1.1.108.0\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    88       <AdditionalDependencies>SDL2.lib;SDL2main.lib;glfw3.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
     88      <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;glfw3.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
    8989    </Link>
    9090  </ItemDefinitionGroup>
     
    134134  </ItemDefinitionGroup>
    135135  <ItemGroup>
    136     <ClCompile Include="blend-ref.cpp" />
    137136    <ClCompile Include="game-gui-glfw.cpp" />
    138137    <ClCompile Include="game-gui-sdl.cpp" />
Note: See TracChangeset for help on using the changeset viewer.