aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-22 20:44:55 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-22 20:45:12 -0700
commit91be9db1210fec892eeef176ff6035a6b574386a (patch)
tree1fce01d37684fd473966b72377d2f082ec7aa787
parent2c43f32f18ee073aa735ae2344e6a8b4d2f605da (diff)
downloadvcpkg-91be9db1210fec892eeef176ff6035a6b574386a.tar.gz
vcpkg-91be9db1210fec892eeef176ff6035a6b574386a.zip
[libccd] Remove other misc files that are getting copied
-rw-r--r--ports/libccd/portfile.cmake6
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