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
lockfree: ringbuffer - rename ringbuffer_internal to ringbuffer_base
[boost_lockfree.git]
/
CMakeLists.txt
blob
8684250bb7649532bc407873de110163e5b4e148
1
cmake_minimum_required (VERSION 2.6)
2
project (boost-lockfree)
3
4
enable_testing()
5
6
include_directories(.)
7
8
add_subdirectory (libs/lockfree/doc)
9
add_subdirectory (libs/lockfree/examples)
10
add_subdirectory (libs/lockfree/test)