mirror of https://github.com/procxx/kepka.git
Update codegen_emoji cmdline
This commit is contained in:
parent
7dce891024
commit
72a6afb162
|
@ -72,15 +72,22 @@ add_custom_command(
|
||||||
OUTPUT
|
OUTPUT
|
||||||
emoji.cpp
|
emoji.cpp
|
||||||
emoji.h
|
emoji.h
|
||||||
|
emoji_suggestions_data.cpp
|
||||||
|
emoji_suggestions_data.h
|
||||||
COMMAND
|
COMMAND
|
||||||
codegen_emoji -o${CMAKE_CURRENT_BINARY_DIR} -w${CMAKE_SOURCE_DIR}
|
codegen_emoji ${CMAKE_CURRENT_SOURCE_DIR}/Resources/emoji_autocomplete.json -o ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
WORKING_DIRECTORY .
|
WORKING_DIRECTORY .
|
||||||
DEPENDS
|
DEPENDS
|
||||||
codegen_emoji
|
codegen_emoji
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
add_custom_target(emoji_output
|
add_custom_target(emoji_output
|
||||||
DEPENDS emoji.h emoji.cpp)
|
DEPENDS
|
||||||
|
emoji.h
|
||||||
|
emoji.cpp
|
||||||
|
emoji_suggestions_data.cpp
|
||||||
|
emoji_suggestions_data.h
|
||||||
|
)
|
||||||
|
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
COMMENT "Generating scheme"
|
COMMENT "Generating scheme"
|
||||||
|
|
Loading…
Reference in New Issue