diff options
author | Michele Calgaro <[email protected]> | 2024-10-11 22:59:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-11 22:59:25 +0900 |
commit | 98a3fda1d7845cafed3a9946b586108c038a5a19 (patch) | |
tree | 9a7a1f572601f8915178c0f8beeafd5b145cd50c | |
parent | c36fcdf2f278cfde428990dbde88aeb9864d9ca1 (diff) | |
download | tastymenu-98a3fda1d7845cafed3a9946b586108c038a5a19.tar.gz tastymenu-98a3fda1d7845cafed3a9946b586108c038a5a19.zip |
Use tquic directcly
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6de7d61..e3da9a2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ set( _header buttons.h ) add_custom_command( OUTPUT ${_header} - COMMAND ${UIC_EXECUTABLE} + COMMAND ${TQUIC_EXECUTABLE} ARGS -o ${_header} -embed buttons ${_pics} DEPENDS ${_pics} ) |