ya.make 192 B

12345678910111213141516171819
  1. LIBRARY()
  2. PEERDIR(
  3. library/cpp/getopt/small
  4. library/cpp/svnversion
  5. library/cpp/build_info
  6. )
  7. SRCS(
  8. GLOBAL print.cpp
  9. )
  10. END()
  11. RECURSE(
  12. last_getopt_demo
  13. small
  14. ut
  15. )