mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:19:00 +08:00
dad6d64276
* [liblzma] add install bundle for support build target for ios platform. * Remove the deprecated functions * format vcpkg.json * Update the baseline version Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
24 lines
653 B
Diff
24 lines
653 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 52439b3..0b5e371 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -526,6 +526,7 @@ if(HAVE_GETOPT_LONG)
|
|
|
|
install(TARGETS xzdec
|
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
|
+ BUNDLE DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
|
COMPONENT xzdec)
|
|
|
|
if(UNIX)
|
|
@@ -653,6 +654,7 @@ if(NOT MSVC AND HAVE_GETOPT_LONG)
|
|
|
|
install(TARGETS xz
|
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
|
+ BUNDLE DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
|
COMPONENT xz)
|
|
|
|
install(FILES src/xz/xz.1
|
|
--
|
|
2.30.1 (Apple Git-130)
|
|
|