mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 14:43:04 +08:00
Merge pull request #946 from traversaro/patch-4
[qwt] Install headers in the qwt subdirectory
This commit is contained in:
commit
2849141cd1
@ -1,4 +1,4 @@
|
||||
Source: qwt
|
||||
Version: 6.1.3
|
||||
Version: 6.1.3-1
|
||||
Description: Qt widgets library for technical applications
|
||||
Build-Depends: qt5
|
||||
|
@ -31,7 +31,7 @@ vcpkg_build_qmake()
|
||||
set(BUILD_DIR ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET})
|
||||
|
||||
file(GLOB HEADER_FILES ${SOURCE_PATH}/src/*.h)
|
||||
file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/qwt)
|
||||
|
||||
file(INSTALL
|
||||
${BUILD_DIR}/lib/qwt.lib
|
||||
|
Loading…
Reference in New Issue
Block a user