Advertisement
PaulGraphov

Untitled

Mar 6th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import testing ;
  2.  
  3. use-project /boost : /home/druid/work/boost_1_53_0 ;
  4.  
  5. lib my_lib
  6. :
  7. lib.cxx
  8. :
  9. <use>/boost//system
  10. <link>static
  11. ;
  12.  
  13. exe my_exe
  14. :
  15. my_lib
  16. main.cxx
  17. /boost//system
  18. ;
  19.  
  20. unit-test my_test
  21. :
  22. my_lib
  23. test.cxx
  24. /boost//unit_test_framework
  25. /boost//system
  26. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement