mv framelsshelper and zxing-cpp

This commit is contained in:
zhuzichu 2023-12-05 16:45:36 +08:00
parent 3770969097
commit 2c16f6f71a
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "framelesshelper"]
path = framelesshelper
path = 3rdparty/framelesshelper
url = https://github.com/zhuzichu520/framelesshelper.git
[submodule "zxing-cpp"]
path = zxing-cpp
path = 3rdparty/zxing-cpp
url = https://github.com/zhuzichu520/zxing-cpp.git

View File

View File

@ -25,7 +25,7 @@ if(NOT FLUENTUI_QML_PLUGIN_DIRECTORY)
endif()
add_subdirectory(src)
add_subdirectory(zxing-cpp)
add_subdirectory(3rdparty/zxing-cpp)
if (FLUENTUI_BUILD_EXAMPLES)
add_subdirectory(example)
@ -34,7 +34,7 @@ endif ()
set(FRAMELESSHELPER_BUILD_STATIC ON)
set(FRAMELESSHELPER_NO_DEBUG_OUTPUT ON)
set(FRAMELESSHELPER_BUILD_WIDGETS OFF)
add_subdirectory(framelesshelper)
add_subdirectory(3rdparty/framelesshelper)
message("------------------------ FluentUI ------------------------")
message("Build FluentUI demo applications.: ${FLUENTUI_BUILD_EXAMPLES}")