Skip to content

Commit

Permalink
Copy mimalloc dlls to package dir (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Dec 8, 2024
1 parent 440fb0a commit e71ca7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Builds/Package/Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@
</AppxManifest>
</ItemGroup>
<ItemGroup>
<Content Include="mcview\mimalloc-redirect.dll" />
<Content Include="mcview\mimalloc.dll" />
<None Include="Package_TemporaryKey.pfx" />
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,12 @@ add_custom_command(TARGET mcview POST_BUILD
"$<$<CONFIG:Release>:${CMAKE_COMMAND}>"
"$<$<CONFIG:Release>:-E>"
"$<$<CONFIG:Release>:copy>"
"$<$<CONFIG:Release>:${mimalloc_BINARY_DIR}/\$(Configuration)/mimalloc.dll>"
"$<$<CONFIG:Release>:${mimalloc_BINARY_DIR}/Release/mimalloc.dll>"
"$<$<CONFIG:Release>:${CMAKE_CURRENT_SOURCE_DIR}/Builds/Package/mcview/>"
COMMAND
"$<$<CONFIG:Release>:${CMAKE_COMMAND}>"
"$<$<CONFIG:Release>:-E>"
"$<$<CONFIG:Release>:copy>"
"$<$<CONFIG:Release>:${mimalloc_BINARY_DIR}/\$(Configuration)/mimalloc-redirect.dll>"
"$<$<CONFIG:Release>:${mimalloc_BINARY_DIR}/Release/mimalloc-redirect.dll>"
"$<$<CONFIG:Release>:${CMAKE_CURRENT_SOURCE_DIR}/Builds/Package/mcview/>"
COMMENT "Copy mimalloc dlls to package output directory")

0 comments on commit e71ca7b

Please sign in to comment.