projects
/
bluesky.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Benchmark results without range requests.
[bluesky.git]
/
logbench
/
CMakeLists.txt
1
add_executable(logbench logbench.c)
2
3
set(CMAKE_C_FLAGS "-Wall -std=gnu99 ${CMAKE_C_FLAGS}")
4
5
include_directories(${GLIB_INCLUDE_DIRS})
6
target_link_libraries(logbench ${GLIB_LIBRARIES} db)