Sophie

Sophie

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

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

foreach(
    example
    daytime_server
    daytime_client
)
boost_add_executable(
    ${example}
    DEPENDS
    boost_system
    TARGET_PREFIX
    "iostreams-"
)
endforeach(
)