mirror of https://github.com/davisking/dlib.git
fix example cmake script
This commit is contained in:
parent
b44d9465f6
commit
fbb2db2188
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue