Skip to content
Snippets Groups Projects
Commit 95a30b3e authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

Merge branch 'master' of github.com:mailru/tarantool

parents 9bf40ca8 c3382a75
No related merge requests found
......@@ -7,11 +7,6 @@ include_directories(${PROJECT_BINARY_DIR}/src)
include_directories(${PROJECT_SOURCE_DIR}/src/lib)
include_directories(${CMAKE_SOURCE_DIR}/third_party)
add_executable(rlist.test rlist.c test.c ${CMAKE_SOURCE_DIR}/src/lib/salad/rlist.c)
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/src/uri.cc
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
COMMAND ragel -G2 src/uri.rl -o src/uri.cc
DEPENDS ${CMAKE_SOURCE_DIR}/src/uri.rl)
add_executable(uri.test uri.cc test.c ${CMAKE_SOURCE_DIR}/src/uri.cc)
add_executable(fiob.test test.c fiob.c ${CMAKE_SOURCE_DIR}/src/fiob.c)
add_executable(queue.test queue.c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment