diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 46b197be5..893f8a3c7 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -154,7 +154,7 @@ if (NOT USING_OLD_VISUAL_STUDIO_COMPILER) add_example(dnn_semantic_segmentation_train_ex) add_example(dnn_instance_segmentation_train_ex) add_example(dnn_metric_learning_on_images_ex) - add_example(dnn_dcgan_train_ex) + add_gui_example(dnn_dcgan_train_ex) endif()