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 )
