X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=logbench%2FCMakeLists.txt;fp=logbench%2FCMakeLists.txt;h=c581a157560ef198a54d9b16df3fd57797cad9b5;hb=4f279c7107dd917c58c31ab310b0eb6afd45644f;hp=0000000000000000000000000000000000000000;hpb=0c2a6b20994edb21ef45a9757260ecf35cd8ca18;p=bluesky.git diff --git a/logbench/CMakeLists.txt b/logbench/CMakeLists.txt new file mode 100644 index 0000000..c581a15 --- /dev/null +++ b/logbench/CMakeLists.txt @@ -0,0 +1,6 @@ +add_executable(logbench logbench.c) + +set(CMAKE_C_FLAGS "-Wall -std=gnu99 ${CMAKE_C_FLAGS}") + +include_directories(${GLIB_INCLUDE_DIRS}) +target_link_libraries(logbench ${GLIB_LIBRARIES} db)