include protoversion of the file_explore demo
This commit is contained in:
@@ -203,8 +203,8 @@ set_property( TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 14 )
|
|||||||
|
|
||||||
if (BUILD_NANA_DEMOS)
|
if (BUILD_NANA_DEMOS)
|
||||||
|
|
||||||
set (demos calculator notepad widget_show widget_show2 )
|
set (demos calculator file_explorer notepad widget_show widget_show2 )
|
||||||
# Pending: file_explorer FreeMe
|
# Pending: FreeMe
|
||||||
|
|
||||||
foreach ( demo ${demos})
|
foreach ( demo ${demos})
|
||||||
add_executable(${demo} "../nana-demo/${demo}.cpp")
|
add_executable(${demo} "../nana-demo/${demo}.cpp")
|
||||||
|
|||||||
Reference in New Issue
Block a user