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:
parent
969a922145
commit
534de98ff3
2 changed files with 2 additions and 2 deletions
|
@ -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')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue