mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fixed Visual Studio build
Moved affinity to tests Fixed strange output from mask_to_string
This commit is contained in:
parent
81d3a9d4a1
commit
e8cf27eab5
6 changed files with 20 additions and 12 deletions
|
@ -115,6 +115,7 @@
|
|||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\tests\affinity.cpp" />
|
||||
<ClCompile Include="..\src\tests\benchmark.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
<ClCompile Include="..\src\tests\benchmark.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\tests\affinity.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\tests\utility.hpp">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue