diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2016-11-26 13:24:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-26 13:24:46 -0800 |
| commit | 8e0918ace47c4e7b2548bbef589c39fcb1efc256 (patch) | |
| tree | eb531898ddb0e6141952d6c0e46953afce262809 | |
| parent | 692d95c865f271d0805a60fff63fb319c1985ad3 (diff) | |
| parent | a510782857df5de7a98e8077ae5c053ba71b7563 (diff) | |
| download | vcpkg-8e0918ace47c4e7b2548bbef589c39fcb1efc256.tar.gz vcpkg-8e0918ace47c4e7b2548bbef589c39fcb1efc256.zip | |
Merge pull request #350 from codicodi/codicodi-fix-directxtk
[DirectXTK] Specify install folder for headers
| -rw-r--r-- | ports/directxtk/CONTROL | 4 | ||||
| -rw-r--r-- | ports/directxtk/portfile.cmake | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL index c9c00c89c..b5e0bcb7d 100644 --- a/ports/directxtk/CONTROL +++ b/ports/directxtk/CONTROL @@ -1,3 +1,3 @@ Source: directxtk -Version: oct2016 -Description: A collection of helper classes for writing DirectX 11.x code in C++.
\ No newline at end of file +Version: oct2016-1 +Description: A collection of helper classes for writing DirectX 11.x code in C++. diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake index 8315cd196..c14b7c6aa 100644 --- a/ports/directxtk/portfile.cmake +++ b/ports/directxtk/portfile.cmake @@ -44,7 +44,7 @@ file(INSTALL file(INSTALL ${SOURCE_PATH}/Inc/ - DESTINATION ${CURRENT_PACKAGES_DIR}/include + DESTINATION ${CURRENT_PACKAGES_DIR}/include/DirectXTK ) # Handle copyright |
