This commit is contained in:
zhuzichu 2023-07-17 11:05:14 +08:00 committed by Mentalflow
parent be04e5a74b
commit 13436ef95f
Signed by untrusted user: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ if (FLUENTUI_BUILD_FRAMELESSHEPLER)
set(FRAMELESSHELPER_NO_SUMMARY OFF)
set(FRAMELESSHELPER_NO_DEBUG_OUTPUT OFF)
set(FRAMELESSHELPER_BUILD_WIDGETS OFF)
add_definitions(-DFRAMELESSHELPER_CORE_NO_DEBUG_OUTPUT)
add_definitions(-DFRAMELESSHELPER_QUICK_NO_DEBUG_OUTPUT)
add_subdirectory(framelesshelper)
endif ()