Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import testing ;
- use-project /boost : /home/druid/work/boost_1_53_0 ;
- lib my_lib
- :
- lib.cxx
- :
- <use>/boost//system
- <link>static
- ;
- exe my_exe
- :
- my_lib
- main.cxx
- /boost//system
- ;
- unit-test my_test
- :
- my_lib
- test.cxx
- /boost//unit_test_framework
- /boost//system
- ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement