aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/cmake/vcpkg_install_make.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/scripts/cmake/vcpkg_install_make.cmake')
-rw-r--r--vcpkg/scripts/cmake/vcpkg_install_make.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/scripts/cmake/vcpkg_install_make.cmake b/vcpkg/scripts/cmake/vcpkg_install_make.cmake
new file mode 100644
index 0000000..5fcd25e
--- /dev/null
+++ b/vcpkg/scripts/cmake/vcpkg_install_make.cmake
@@ -0,0 +1,6 @@
+function(vcpkg_install_make)
+ vcpkg_build_make(
+ ${ARGN}
+ ENABLE_INSTALL
+ )
+endfunction()