add_executable( osl_test_include test_include.cxx )
target_link_libraries( osl_test_include osl )
add_executable( osl_test_template_include test_template_include.cxx )
target_link_libraries( osl_test_template_include osl )
