mirror of https://git.tukaani.org/xz.git
CMake: Add empty lines
This commit is contained in:
parent
2aecffe0f0
commit
82986d8c69
|
@ -1413,6 +1413,7 @@ endif()
|
||||||
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/liblzma-config.cmake"
|
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/liblzma-config.cmake"
|
||||||
"${LZMA_CONFIG_CONTENTS}")
|
"${LZMA_CONFIG_CONTENTS}")
|
||||||
|
|
||||||
|
|
||||||
# Create liblzma.pc. If using CMake >= 3.20 and CMAKE_INSTALL_<dir> paths
|
# 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
|
# are relative to CMAKE_INSTALL_PREFIX, the .pc file will be relocatable
|
||||||
# (that is, all paths will be relative to ${prefix}). Otherwise absolute
|
# (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)
|
configure_file(src/liblzma/liblzma.pc.in liblzma.pc @ONLY)
|
||||||
|
|
||||||
|
|
||||||
# Install the library binary. The INCLUDES specifies the include path that
|
# 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.
|
# is exported for other projects to use but it doesn't install any files.
|
||||||
install(TARGETS liblzma EXPORT liblzmaTargets
|
install(TARGETS liblzma EXPORT liblzmaTargets
|
||||||
|
|
Loading…
Reference in New Issue