mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
build: fix installation from tarball
This commit is contained in:
parent
f5c1c26cc0
commit
e49bc6bc05
@ -1484,10 +1484,15 @@ if(NOT STATIC_BUILD_DO_NOT_USE)
|
||||
PATTERN include/dwarfs/*/internal EXCLUDE
|
||||
)
|
||||
|
||||
if(DWARFS_GIT_BUILD)
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/include/dwarfs/version.h
|
||||
DESTINATION include/dwarfs
|
||||
)
|
||||
endif()
|
||||
|
||||
install(
|
||||
FILES
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/dwarfs/config.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/include/dwarfs/version.h
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/include/dwarfs/config.h
|
||||
DESTINATION include/dwarfs
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user