3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 11:41:22 +00:00

fine-tune native assembly packing

This commit is contained in:
Yatao Li 2018-09-10 15:05:22 +08:00
parent 969a922145
commit 534de98ff3
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ ${Z3_DOTNET_COMPILE_ITEMS}
<!-- Native binaries -->
<ItemGroup>
<!--TODO detect if we're building x86.-->
<Content Include="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.dll" Condition="Exists('${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.dll')">
<Content Include="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/$(Configuration)/libz3.dll" Condition="Exists('${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/$(Configuration)/libz3.dll')">
<PackagePath>runtimes\win-x64\native</PackagePath>
</Content>
<Content Include="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.so" Condition="Exists('${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.so')">