Only use tabs for intendention
This commit is contained in:
parent
3cd2b898e5
commit
a00fb1e8da
@ -715,7 +715,8 @@ endif()
|
|||||||
configure_file(
|
configure_file(
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/install_prereqs.cmake.in"
|
"${CMAKE_CURRENT_SOURCE_DIR}/install_prereqs.cmake.in"
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/install_prereqs.cmake"
|
"${CMAKE_CURRENT_BINARY_DIR}/install_prereqs.cmake"
|
||||||
@ONLY)
|
@ONLY
|
||||||
|
)
|
||||||
install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/install_prereqs.cmake" COMPONENT Runtime)
|
install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/install_prereqs.cmake" COMPONENT Runtime)
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,22 +21,22 @@ else(UNIX)
|
|||||||
endif(UNIX)
|
endif(UNIX)
|
||||||
|
|
||||||
set(PACK200_SRC
|
set(PACK200_SRC
|
||||||
include/unpack200.h
|
include/unpack200.h
|
||||||
src/bands.cpp
|
src/bands.cpp
|
||||||
src/bands.h
|
src/bands.h
|
||||||
src/bytes.cpp
|
src/bytes.cpp
|
||||||
src/bytes.h
|
src/bytes.h
|
||||||
src/coding.cpp
|
src/coding.cpp
|
||||||
src/coding.h
|
src/coding.h
|
||||||
src/constants.h
|
src/constants.h
|
||||||
src/defines.h
|
src/defines.h
|
||||||
src/unpack200.cpp
|
src/unpack200.cpp
|
||||||
src/unpack.cpp
|
src/unpack.cpp
|
||||||
src/unpack.h
|
src/unpack.h
|
||||||
src/utils.cpp
|
src/utils.cpp
|
||||||
src/utils.h
|
src/utils.h
|
||||||
src/zip.cpp
|
src/zip.cpp
|
||||||
src/zip.h
|
src/zip.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user