remove test widget_show2
This commit is contained in:
parent
9201ca5d79
commit
0cd9be4641
@ -260,11 +260,9 @@ if (NANA_CMAKE_BUILD_DEMOS)
|
|||||||
message("... to build: ../nana-demo/${demo}.cpp" )
|
message("... to build: ../nana-demo/${demo}.cpp" )
|
||||||
endforeach( demo ${demos})
|
endforeach( demo ${demos})
|
||||||
|
|
||||||
set (demos widget_show2 )
|
|
||||||
|
|
||||||
if (NANA_CMAKE_BUILD_FreeMe)
|
if (NANA_CMAKE_BUILD_FreeMe)
|
||||||
add_definitions(-DBUILD_FreeMe)
|
add_definitions(-DBUILD_FreeMe)
|
||||||
endif (NANA_CMAKE_BUILD_FreeMe)
|
set (demos FreeMe )
|
||||||
|
|
||||||
if (NANA_CMAKE_INCLUDE_EXPERIMENTAL_DEMOS)
|
if (NANA_CMAKE_INCLUDE_EXPERIMENTAL_DEMOS)
|
||||||
list(APPEND demos FreeMe) # ??
|
list(APPEND demos FreeMe) # ??
|
||||||
@ -279,6 +277,8 @@ endif (NANA_CMAKE_BUILD_FreeMe)
|
|||||||
message("... to build: ../nana-demo/${demo}.cpp" )
|
message("... to build: ../nana-demo/${demo}.cpp" )
|
||||||
endforeach( demo ${demos})
|
endforeach( demo ${demos})
|
||||||
|
|
||||||
|
endif (NANA_CMAKE_BUILD_FreeMe)
|
||||||
|
|
||||||
|
|
||||||
set (demos a_group_impl animate-bmp audio_player audio_player_simple background-effects categ clicked
|
set (demos a_group_impl animate-bmp audio_player audio_player_simple background-effects categ clicked
|
||||||
decore dock drag-button draw example.button example_combox example_listbox example_menu
|
decore dock drag-button draw example.button example_combox example_listbox example_menu
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user