Files
static_assert/Jamfile

17 lines
417 B
Plaintext
Raw Permalink Normal View History

2001-09-08 12:07:08 +00:00
subproject libs/static_assert ;
unit-test static_assert_test : static_assert_test.cpp
2002-05-21 16:24:07 +00:00
: <sysinclude>$(BOOST_ROOT) : ;
2001-09-08 12:07:08 +00:00
unit-test static_assert_example_1 : static_assert_example_1.cpp
2002-05-21 16:24:07 +00:00
: <sysinclude>$(BOOST_ROOT) : ;
2001-09-08 12:07:08 +00:00
unit-test static_assert_example_2 : static_assert_example_2.cpp
2002-05-21 16:24:07 +00:00
: <sysinclude>$(BOOST_ROOT) : ;
2001-09-08 12:07:08 +00:00
unit-test static_assert_example_3 : static_assert_example_3.cpp
2002-05-21 16:24:07 +00:00
: <sysinclude>$(BOOST_ROOT) : ;
2001-09-08 12:07:08 +00:00