chore: update files of project

This commit is contained in:
wuhai 2024-03-18 09:07:18 +08:00
parent 52d848ebea
commit b49f1b0526
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ include(.cmake/sak_font_fontawesome.cmake)
include(.cmake/sak_installer.cmake)
include(.cmake/sak_3rd_glog.cmake)
include(.cmake/sak_3rd_qt_aes.cmake)
include(.cmake/sak_3rd_nodeeditor.cmake)
include(.cmake/sak_3rd_qmdnsengine.cmake)

View File

@ -28,5 +28,6 @@ add_custom_target(
COMMAND git clone https://gitee.com/qsaker-qsak/keygen.git ./keygen
COMMAND git clone https://gitee.com/qsaker-qsak/easydebug.git ./easydebug
COMMAND git clone https://gitee.com/qsaker-qsak/dataflowstudio.git ./dataflowstudio
COMMAND git clone https://gitee.com/qsaker-qsak/passwordassassin.git ./passwordassassin
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/readme.md
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src/private)