index
:
emorgan/openmb.git
master
Origin game engine attempt in C++ using ImGui, OpenGL, GLM, spdlog, GLFW etc
Ethan Morgan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vcpkg
/
scripts
/
cmake
/
vcpkg_install_make.cmake
blob: 5fcd25ecf31376fbb8c10938e04570dfd09c2083 (
plain
)
1
2
3
4
5
6
function
(
vcpkg_install_make
)
vcpkg_build_make
(
${
ARGN
}
ENABLE_INSTALL
)
endfunction
()