Commit 6ec72366 authored by Davis King's avatar Davis King

Added kkmeans_ex.cpp to the cmake file

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402285
parent aa2862f1
...@@ -26,14 +26,15 @@ ENDMACRO() ...@@ -26,14 +26,15 @@ ENDMACRO()
#here we apply our macros #here we apply our macros
add_example(bayes_net_ex) add_example(bayes_net_ex)
add_example(bayes_net_gui_ex)
add_example(bayes_net_from_disk_ex) add_example(bayes_net_from_disk_ex)
add_example(bayes_net_gui_ex)
add_example(compress_stream_ex) add_example(compress_stream_ex)
add_example(dir_nav_ex) add_example(dir_nav_ex)
add_example(file_to_code_ex) add_example(file_to_code_ex)
add_example(gui_api_ex) add_example(gui_api_ex)
add_example(image_ex) add_example(image_ex)
add_example(kcentroid_ex) add_example(kcentroid_ex)
add_example(kkmeans_ex)
add_example(krls_ex) add_example(krls_ex)
add_example(logger_ex) add_example(logger_ex)
add_example(logger_ex_2) add_example(logger_ex_2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment