include protoversion of the file_explore demo

This commit is contained in:
qPCR4vir 2016-02-25 00:07:39 +01:00
parent bd7b6e691c
commit e649a06b6f

View File

@ -203,8 +203,8 @@ set_property( TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 14 )
if (BUILD_NANA_DEMOS)
set (demos calculator notepad widget_show widget_show2 )
# Pending: file_explorer FreeMe
set (demos calculator file_explorer notepad widget_show widget_show2 )
# Pending: FreeMe
foreach ( demo ${demos})
add_executable(${demo} "../nana-demo/${demo}.cpp")