mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
[cairo] Copy headers to include and include/cairo.
This commit is contained in:
parent
c35dd41195
commit
35e574de5d
@ -33,7 +33,7 @@ endif()
|
||||
vcpkg_install_cmake()
|
||||
|
||||
# Copy the appropriate header files.
|
||||
file(COPY
|
||||
foreach(FILE
|
||||
"${SOURCE_PATH}/src/cairo.h"
|
||||
"${SOURCE_PATH}/src/cairo-deprecated.h"
|
||||
"${SOURCE_PATH}/src/cairo-features.h"
|
||||
@ -44,17 +44,10 @@ file(COPY
|
||||
"${SOURCE_PATH}/cairo-version.h"
|
||||
"${SOURCE_PATH}/src/cairo-win32.h"
|
||||
"${SOURCE_PATH}/util/cairo-gobject/cairo-gobject.h"
|
||||
"${SOURCE_PATH}/src/cairo-ft.h"
|
||||
DESTINATION
|
||||
${CURRENT_PACKAGES_DIR}/include
|
||||
)
|
||||
|
||||
file(COPY
|
||||
"${SOURCE_PATH}/src/cairo-pdf.h"
|
||||
"${SOURCE_PATH}/src/cairo-svg.h"
|
||||
DESTINATION
|
||||
${CURRENT_PACKAGES_DIR}/include/cairo
|
||||
)
|
||||
"${SOURCE_PATH}/src/cairo-ft.h")
|
||||
file(COPY ${FILE} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(COPY ${FILE} DESTINATION ${CURRENT_PACKAGES_DIR}/include/cairo)
|
||||
endforeach()
|
||||
|
||||
# Handle copyright
|
||||
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/cairo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user