LIBRARY()

PEERDIR(
    library/cpp/getopt/small
    library/cpp/svnversion
    library/cpp/build_info
)

SRCS(
    GLOBAL print.cpp
)

END()

RECURSE(
    last_getopt_demo
    small
    ut
)