forked from boostorg/static_assert
Add cmake_install_test, cmake_subdir_test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int const x = 5;
|
||||
BOOST_STATIC_ASSERT( x > 4 );
|
||||
}
|
||||
Reference in New Issue
Block a user