Skip to content
Snippets Groups Projects
Commit 6c226fb3 authored by Alexandr's avatar Alexandr
Browse files

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

parents 066acd21 848335b8
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/src/port-uri.cc
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
COMMAND ragel -G2 src/port-uri.rl -o src/port-uri.cc
DEPENDS ${CMAKE_SOURCE_DIR}/src/port-uri.rl)
execute_process(COMMAND ${CMAKE_COMMAND} -E touch_nocreate
${CMAKE_SOURCE_DIR}/src/port-uri.cc)
add_custom_target(generate_port_uri_cc
DEPENDS ${CMAKE_SOURCE_DIR}/src/port-uri.cc)
set (common_sources
memory.cc
......
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