add_executable(browse browse.cpp)
target_link_libraries(browse tlUI)
set_target_properties(browse PROPERTIES FOLDER examples)
