pineapple/externals/vcpkg/scripts/cmake/vcpkg_install_make.cmake
2022-07-23 03:01:36 +02:00

7 lines
138 B
CMake
Executable file

function(vcpkg_install_make)
vcpkg_build_make(
${ARGN}
LOGFILE_ROOT
ENABLE_INSTALL
)
endfunction()