mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file of project
This commit is contained in:
parent
57e19b671a
commit
8b1c5ddfb5
@ -138,6 +138,17 @@ if(X_TOOLS_PRIVATE_MODULE_IS_VALID)
|
|||||||
target_link_libraries(xTools PRIVATE QtAES::QtAES)
|
target_link_libraries(xTools PRIVATE QtAES::QtAES)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_custom_target(
|
||||||
|
xTools_pull
|
||||||
|
COMMAND git pull "https://gitee.com/x-tools-author/x-tools-private.git"
|
||||||
|
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/README.md
|
||||||
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
||||||
|
add_custom_target(
|
||||||
|
xTools_push
|
||||||
|
COMMAND git push
|
||||||
|
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/README.md
|
||||||
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
# Assistant applications
|
# Assistant applications
|
||||||
option(X_TOOLS_ENABLE_APP_ASSISTANTS "Enable assistant applications" OFF)
|
option(X_TOOLS_ENABLE_APP_ASSISTANTS "Enable assistant applications" OFF)
|
||||||
@ -163,4 +174,9 @@ if((QT_VERSION_MAJOR GREATER 5) AND (NOT Qt6_VERSION VERSION_LESS "6.5.0"))
|
|||||||
COMMAND git pull ${GITEE_URL}
|
COMMAND git pull ${GITEE_URL}
|
||||||
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/README.md
|
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/README.md
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/Private)
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/Private)
|
||||||
|
add_custom_target(
|
||||||
|
xTools_push_private_modules
|
||||||
|
COMMAND git push
|
||||||
|
SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/README.md
|
||||||
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/Private)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user