You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
305 B
CMake

include(fetchcontent)
fetchcontent_declare( QWindowKit #库名字
GIT_REPOSITORY https://github.com/stdware/qwindowkit # 仓库地址
GIT_TAG 1.3.2 # 库版本
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ext/QWindowKit # 指定库下载地址
)
fetchcontent_makeavailable(QWindowKit)