Skip to content

Commit d5ca38d

Browse files
committed
update framelesshelper
1 parent cb50c31 commit d5ca38d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ if (FLUENTUI_BUILD_EXAMPLES)
1919
endif ()
2020

2121
if (FLUENTUI_BUILD_FRAMELESSHEPLER)
22-
add_definitions(-DFRAMELESSHELPER_CORE_NO_DEBUG_OUTPUT)
23-
add_definitions(-DFRAMELESSHELPER_QUICK_NO_DEBUG_OUTPUT)
22+
set(FRAMELESSHELPER_BUILD_STATIC ON)
23+
set(FRAMELESSHELPER_NO_SUMMARY OFF)
24+
set(FRAMELESSHELPER_NO_DEBUG_OUTPUT OFF)
25+
set(FRAMELESSHELPER_BUILD_WIDGETS OFF)
2426
add_subdirectory(framelesshelper)
2527
endif ()
2628

0 commit comments

Comments
 (0)