Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > b03c44838559deaeff848c57e893606a > files > 176

boost-examples-1.48.0-14.fc17.noarch.rpm

foreach(
    example
    stream_server
    iostream_client
    stream_client
    connect_pair
)
boost_add_executable(
    ${example}
    DEPENDS
    boost_thread
    boost_system
)
endforeach(
)