mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-26 13:27:05 +08:00
update framelesshelper
This commit is contained in:
parent
cb50c31e1e
commit
d5ca38dec2
@ -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 ()
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit f977a78d0ee8cf5f5dc723e8c5e9da8846d420b9
|
Subproject commit 75ca85ec42ac651094cfc8dd21f79b0cfb440d57
|
Loading…
Reference in New Issue
Block a user