Commit 7897b163 authored by Davis King's avatar Davis King

updated examples cmake file

parent de48f601
...@@ -36,6 +36,7 @@ add_example(file_to_code_ex) ...@@ -36,6 +36,7 @@ add_example(file_to_code_ex)
add_example(graph_labeling_ex) add_example(graph_labeling_ex)
add_example(gui_api_ex) add_example(gui_api_ex)
add_example(image_ex) add_example(image_ex)
add_example(integrate_function_adapt_simp_ex)
add_example(iosockstream_ex) add_example(iosockstream_ex)
add_example(kcentroid_ex) add_example(kcentroid_ex)
add_example(kkmeans_ex) add_example(kkmeans_ex)
...@@ -63,6 +64,7 @@ add_example(pipe_ex_2) ...@@ -63,6 +64,7 @@ add_example(pipe_ex_2)
add_example(quantum_computing_ex) add_example(quantum_computing_ex)
add_example(queue_ex) add_example(queue_ex)
add_example(rank_features_ex) add_example(rank_features_ex)
add_example(running_stats_ex)
add_example(rvm_ex) add_example(rvm_ex)
add_example(rvm_regression_ex) add_example(rvm_regression_ex)
add_example(sequence_labeler_ex) add_example(sequence_labeler_ex)
...@@ -70,7 +72,6 @@ add_example(server_http_ex) ...@@ -70,7 +72,6 @@ add_example(server_http_ex)
add_example(server_iostream_ex) add_example(server_iostream_ex)
add_example(sockets_ex) add_example(sockets_ex)
add_example(sockstreambuf_ex) add_example(sockstreambuf_ex)
add_example(running_stats_ex)
add_example(std_allocator_ex) add_example(std_allocator_ex)
add_example(surf_ex) add_example(surf_ex)
add_example(svm_ex) add_example(svm_ex)
......
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