mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-03-05 02:52:09 +00:00
Jamfile for examples and 'timing_tests' - doesn't run with the regression tests, of course
[SVN r22698]
This commit is contained in:
20
example/Jamfile
Normal file
20
example/Jamfile
Normal file
@@ -0,0 +1,20 @@
|
||||
exe timing_tests
|
||||
: timing_tests.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
exe example1
|
||||
: example1.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
exe example2
|
||||
: example2.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
exe example3
|
||||
: example3.cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user