mirror of
https://github.com/boostorg/static_assert.git
synced 2026-01-19 16:52:11 +00:00
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
subproject libs/static_assert ;
|
|
|
|
|
|
unit-test static_assert_test : static_assert_test.cpp
|
|
: <sysinclude>$(BOOST_ROOT) : ;
|
|
|
|
unit-test static_assert_example_1 : static_assert_example_1.cpp
|
|
: <sysinclude>$(BOOST_ROOT) : ;
|
|
|
|
unit-test static_assert_example_2 : static_assert_example_2.cpp
|
|
: <sysinclude>$(BOOST_ROOT) : ;
|
|
|
|
unit-test static_assert_example_3 : static_assert_example_3.cpp
|
|
: <sysinclude>$(BOOST_ROOT) : ;
|
|
|
|
|