update framelesshelper

This commit is contained in:
zhuzichu
2023-07-17 10:12:57 +08:00
parent cb50c31e1e
commit 4dc1f79871
2 changed files with 5 additions and 3 deletions

View File

@ -19,8 +19,10 @@ if (FLUENTUI_BUILD_EXAMPLES)
endif () endif ()
if (FLUENTUI_BUILD_FRAMELESSHEPLER) if (FLUENTUI_BUILD_FRAMELESSHEPLER)
add_definitions(-DFRAMELESSHELPER_CORE_NO_DEBUG_OUTPUT) set(FRAMELESSHELPER_BUILD_STATIC ON)
add_definitions(-DFRAMELESSHELPER_QUICK_NO_DEBUG_OUTPUT) set(FRAMELESSHELPER_NO_SUMMARY OFF)
set(FRAMELESSHELPER_NO_DEBUG_OUTPUT OFF)
set(FRAMELESSHELPER_BUILD_WIDGETS OFF)
add_subdirectory(framelesshelper) add_subdirectory(framelesshelper)
endif () endif ()