Skip to content

Commit

Permalink
Merge pull request #4149 from eggrobin/nanobenchmarks-is-not-a-test
Browse files Browse the repository at this point in the history
nanobenchmarks is not a test
  • Loading branch information
eggrobin authored Dec 30, 2024
2 parents ef5a706 + 9b9940e commit 335eb32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
17 changes: 3 additions & 14 deletions nanobenchmarks/nanobenchmarks.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,14 @@
<VCProjectVersion>17.0</VCProjectVersion>
<ProjectGuid>{1c6654c0-14e2-4a9e-b0e6-508b84fa8a0e}</ProjectGuid>
<RootNamespace>nanobenchmarks</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
</ImportGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Link>
<AdditionalDependencies>gmock.lib;gmock_main.lib;powrprof.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>gmock.lib;gmock_main.lib;powrprof.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_LLVM|x64'">
<Link>
<AdditionalDependencies>gmock.lib;gmock_main.lib;powrprof.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>powrprof.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand All @@ -42,7 +32,6 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
<Import Project="$(SolutionDir)principia.props" />
<ImportGroup Label="Shared">
<Import Project="..\shared\base.vcxitems" Label="Shared" />
<Import Project="..\shared\numerics.vcxitems" Label="Shared" />
Expand Down
1 change: 1 addition & 0 deletions principia.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<PrincipiaTestProject Condition="$(ProjectName) == ksp_plugin or
$(ProjectName) == serialization or
$(ProjectName) == benchmarks or
$(ProjectName) == nanobenchmarks or
$(ProjectName) == tools">false</PrincipiaTestProject>
<!--Dependency paths.-->
<PrincipiaDependencyConfiguration>Debug</PrincipiaDependencyConfiguration>
Expand Down

0 comments on commit 335eb32

Please sign in to comment.