7 lines
116 B
CMake
7 lines
116 B
CMake
function(vcpkg_install_make)
|
|
vcpkg_build_make(
|
|
${ARGN}
|
|
ENABLE_INSTALL
|
|
)
|
|
endfunction()
|