Changeset 7bf5433 in opengl-game for VulkanGame.vcxproj
- Timestamp:
- Sep 12, 2019, 5:23:28 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- d2f607c
- Parents:
- 27c40ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
VulkanGame.vcxproj
r27c40ce r7bf5433 71 71 <PropertyGroup Label="UserMacros" /> 72 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 73 <IncludePath>include; $(IncludePath)</IncludePath>73 <IncludePath>include;D:\VulkanSDK\1.1.108.0\Include;$(IncludePath)</IncludePath> 74 74 <LibraryPath>lib;D:\VulkanSDK\1.1.108.0\Lib;$(LibraryPath)</LibraryPath> 75 75 </PropertyGroup> … … 82 82 <LanguageStandard>stdcpp17</LanguageStandard> 83 83 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> 84 <AdditionalIncludeDirectories>D:\VulkanSDK\1.1.108.0\Include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 84 <AdditionalIncludeDirectories> 85 </AdditionalIncludeDirectories> 85 86 </ClCompile> 86 87 <Link> … … 139 140 </ItemGroup> 140 141 <ItemGroup> 142 <ClInclude Include="compiler.hpp" /> 141 143 <ClInclude Include="consts.hpp" /> 142 144 <ClInclude Include="crash-logger.hpp" />
Note:
See TracChangeset
for help on using the changeset viewer.