foreach(
    example
    reference_counted
)
boost_add_executable(
    ${example}
    DEPENDS
    boost_system
)
endforeach(
)
