foreach(
    example
    timer
)
boost_add_executable(
    ${example}
    DEPENDS
    boost_system
    TARGET_PREFIX
    "timer2-"
)
endforeach(
)
