ADD_EXECUTABLE( mil_algo_test_include test_include.cxx )
TARGET_LINK_LIBRARIES( mil_algo_test_include mil_algo)

ADD_EXECUTABLE( mil_algo_test_template_include test_template_include.cxx )
TARGET_LINK_LIBRARIES( mil_algo_test_template_include mil_algo)
