Skip to content

Commit

Permalink
Added nana library
Browse files Browse the repository at this point in the history
  • Loading branch information
tim37021 committed Sep 22, 2017
1 parent 8ceaeb8 commit d52d65f
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions cubepp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<SourcePath>$(ProjectDir)..\Source\loader;$(ProjectDir)..\Source\layers</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>C:\Users\tim\Desktop\nana\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>C:\Users\tim\Desktop\nana\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>C:\Users\tim\Desktop\nana\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\Users\tim\Desktop\nana\build\bin;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>C:\Users\tim\Desktop\nana\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\Users\tim\Desktop\nana\build\bin;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>VK_USE_PLATFORM_WIN32_KHR;VK_PROTOTYPES;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand All @@ -63,7 +77,7 @@
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<AdditionalDependencies>..\Source\lib\vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>..\Source\lib\vulkan-1.lib;nana_v140_Debug_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<CustomBuildStep>
<Command>
Expand Down Expand Up @@ -113,7 +127,7 @@ xcopy "$(ProjectDir)lunarg.ppm" "$(OutDir)" /Y
<Link>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<AdditionalDependencies>..\Lib\vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>..\Lib\vulkan-1.lib;nana_v140_Release_x64.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
Expand Down Expand Up @@ -164,4 +178,4 @@ xcopy "$(ProjectDir)lunarg.ppm" "$(OutDir)" /Y
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit d52d65f

Please sign in to comment.