1
0
zrcadlo https://git.tukaani.org/xz.git synchronizováno 2025-07-03 02:46:39 +00:00

CMake: Add empty lines

Tento commit je obsažen v:
Lasse Collin 2024-06-16 19:39:32 +03:00
rodič 2aecffe0f0
revize 82986d8c69

Zobrazit soubor

@ -1413,6 +1413,7 @@ endif()
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/liblzma-config.cmake"
"${LZMA_CONFIG_CONTENTS}")
# Create liblzma.pc. If using CMake >= 3.20 and CMAKE_INSTALL_<dir> paths
# are relative to CMAKE_INSTALL_PREFIX, the .pc file will be relocatable
# (that is, all paths will be relative to ${prefix}). Otherwise absolute
@ -1437,6 +1438,7 @@ endif()
configure_file(src/liblzma/liblzma.pc.in liblzma.pc @ONLY)
# Install the library binary. The INCLUDES specifies the include path that
# is exported for other projects to use but it doesn't install any files.
install(TARGETS liblzma EXPORT liblzmaTargets