From b49f1b05265f6e62da4b890f19dee3c3ba96342d Mon Sep 17 00:00:00 2001 From: wuhai Date: Mon, 18 Mar 2024 09:07:18 +0800 Subject: [PATCH] chore: update files of project --- CMakeLists.txt | 1 + src/private/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8cb329b..c42eef8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/src/private/CMakeLists.txt b/src/private/CMakeLists.txt index 874ac247..76f5d90a 100644 --- a/src/private/CMakeLists.txt +++ b/src/private/CMakeLists.txt @@ -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)