mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-11 06:17:57 +08:00
7 lines
221 B
CMake
7 lines
221 B
CMake
|
|
||
|
|
||
|
function(qt_submodule_installation)
|
||
|
qt_download_submodule(OUT_SOURCE_PATH TARGET_SOURCE_PATH ${ARGV})
|
||
|
qt_build_submodule(${TARGET_SOURCE_PATH})
|
||
|
qt_install_copyright(${TARGET_SOURCE_PATH})
|
||
|
endfunction()
|