forked from boostorg/predef
Add build.jam at predef root to replace jamroot.jam that was
interfeering with testing results.
This commit is contained in:
9
build.jam
Normal file
9
build.jam
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright Rene Rivera 2014
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
project predef
|
||||
;
|
||||
|
||||
path-constant BOOST_PREDEF_ROOT : . ;
|
1
test/.gitignore
vendored
1
test/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/defs-clang.txt
|
||||
/defs-gcc.txt
|
||||
/bin/
|
||||
|
Reference in New Issue
Block a user