repo.or.cz
/
boost_lockfree.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
boost.lockfree: import simple cmake build system
[boost_lockfree.git]
/
Jamfile.v2
blob
c14cdba9e8639e04bbda60f0ca913c632889cb00
1
# Copyright 2010 Tim Blechmann
2
# Distributed under the Boost Software License, Version 1.0. (See accompanying
3
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5
project lockfree
6
: requirements
7
<include>.
8
<include>$(boost-root)
9
:
10
build-dir bin.v2
11
;