summaryrefslogtreecommitdiff
path: root/vkpugltest.vcxproj
diff options
context:
space:
mode:
authorJordan Halase <jordan@halase.me>2019-10-28 22:06:36 -0500
committerJordan Halase <jordan@halase.me>2019-10-28 22:06:36 -0500
commit8f9258755f7598435647e6658b53e816830df36a (patch)
tree35e2e7256f81e5206243078198335d2cd9a70965 /vkpugltest.vcxproj
parent4293fa94b6a4f1b97c292390b89827fcaf861d9f (diff)
Update MSVC project
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'">