diff options
| author | Silvio Traversaro <pegua1@gmail.com> | 2017-04-16 19:32:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-16 19:32:12 +0200 |
| commit | 11f672e3a1e111be2c8deccc3a0c116960e1ce3a (patch) | |
| tree | ef25e3d650cb6fbfc97a802ee341c9acf445d6d8 | |
| parent | e1f5fe728d702c12c466cc4ff65f3d628d07ea19 (diff) | |
| download | vcpkg-11f672e3a1e111be2c8deccc3a0c116960e1ce3a.tar.gz vcpkg-11f672e3a1e111be2c8deccc3a0c116960e1ce3a.zip | |
[qwt] Install headers in the qwt subdirectory
This is the location used by the upstream installation procedure, as it is possible to see by the layout of the package in Debian: https://packages.debian.org/sid/amd64/libqwt-headers/filelist .
| -rw-r--r-- | ports/qwt/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qwt/portfile.cmake b/ports/qwt/portfile.cmake index 94cb2af91..109c0bc7c 100644 --- a/ports/qwt/portfile.cmake +++ b/ports/qwt/portfile.cmake @@ -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 |
