summaryrefslogtreecommitdiff
path: root/vkpugltest.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'vkpugltest.vcxproj')
-rwxr-xr-x[-rw-r--r--]vkpugltest.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/vkpugltest.vcxproj b/vkpugltest.vcxproj
index cee3a0b..8eb66b4 100644..100755
--- a/vkpugltest.vcxproj
+++ b/vkpugltest.vcxproj
@@ -70,7 +70,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <IncludePath>C:\VulkanSDK\1.1.121.2\Include;$(IncludePath)</IncludePath>
+ <IncludePath>../pugl;C:\VulkanSDK\1.1.121.2\Include;$(IncludePath)</IncludePath>
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -93,8 +93,8 @@
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
- <AdditionalLibraryDirectories>C:\VulkanSDK\1.1.121.2\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <AdditionalDependencies>vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalLibraryDirectories>../pugl/build;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <AdditionalDependencies>pugl_win.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">