diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-22 20:44:55 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-22 20:45:12 -0700 |
| commit | 91be9db1210fec892eeef176ff6035a6b574386a (patch) | |
| tree | 1fce01d37684fd473966b72377d2f082ec7aa787 | |
| parent | 2c43f32f18ee073aa735ae2344e6a8b4d2f605da (diff) | |
| download | vcpkg-91be9db1210fec892eeef176ff6035a6b574386a.tar.gz vcpkg-91be9db1210fec892eeef176ff6035a6b574386a.zip | |
[libccd] Remove other misc files that are getting copied
| -rw-r--r-- | ports/libccd/portfile.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/libccd/portfile.cmake b/ports/libccd/portfile.cmake index 74b250c4e..5b99d6c42 100644 --- a/ports/libccd/portfile.cmake +++ b/ports/libccd/portfile.cmake @@ -36,3 +36,9 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Handle copyright file(INSTALL ${SOURCE_PATH}/BSD-LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/libccd RENAME copyright) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/doc) + +# Miscellaneous cleanup +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/ccd) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/pkgconfig) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/ccd) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig)
\ No newline at end of file |
