Skip to content
Snippets Groups Projects
Unverified Commit 4ac85422 authored by Alexander Turenko's avatar Alexander Turenko
Browse files

uri: fix uri.c generation command (make ragel)

The bug was introduced in d735b6bf (move
'uri' lib to src/lib/).
parent 415c0586
No related branches found
No related tags found
No related merge requests found
add_custom_target(ragel add_custom_target(ragel
WORKING_DIRECTORY ${CMAKE_BINARY_DIR} WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMAND ragel -G2 src/uri.rl -o src/uri.c) COMMAND ragel -G2 src/lib/uri/uri.rl -o src/lib/uri/uri.c)
if (CC_HAS_WNO_IMPLICIT_FALLTHROUGH) if (CC_HAS_WNO_IMPLICIT_FALLTHROUGH)
# Suppress noise warnings for autogenerated Ragel code # Suppress noise warnings for autogenerated Ragel code
......
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