Skip to content

Commit

Permalink
Rename zfp.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Apr 6, 2024
1 parent 501b95b commit 12b6d05
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions llnl_zfp.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(SolutionDir)..\LLNL\zfp\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(SolutionDir)..\LLNL\zfp\msvc\$(PrincipiaDependencyConfiguration)\$(Platform);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>zfp.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
2 changes: 1 addition & 1 deletion shared/base.vcxitems
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemsProjectGuid>{a82cb04c-42e1-4ebe-9816-6fc033a9c2b5}</ItemsProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="..\third_party_zfp.props" />
<Import Project="..\llnl_zfp.props" />
</ImportGroup>
<ItemDefinitionGroup>
<ClCompile>
Expand Down

0 comments on commit 12b6d05

Please sign in to comment.