aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake')
-rw-r--r--vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake b/vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake
new file mode 100644
index 0000000..89af9f2
--- /dev/null
+++ b/vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake
@@ -0,0 +1,8 @@
+set(VCPKG_POLICY_CMAKE_HELPER_PORT enabled)
+
+file(COPY
+ "${CURRENT_PORT_DIR}/vcpkg-port-config.cmake"
+ "${CURRENT_PORT_DIR}/x_vcpkg_pkgconfig_get_modules.cmake"
+ DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
+
+vcpkg_install_copyright(FILE_LIST "${VCPKG_ROOT_DIR}/LICENSE.txt")