mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-15 15:26:19 -04:00
build: install the right headers
This commit is contained in:
parent
29503b2fdf
commit
9f23c65381
@ -1418,6 +1418,12 @@ if(NOT STATIC_BUILD_DO_NOT_USE)
|
||||
DESTINATION include
|
||||
PATTERN include/dwarfs/internal EXCLUDE
|
||||
PATTERN include/dwarfs/tool EXCLUDE
|
||||
PATTERN include/dwarfs/*/internal EXCLUDE
|
||||
)
|
||||
|
||||
install(
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/include/dwarfs/version.h
|
||||
DESTINATION include/dwarfs
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user