summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-11 22:59:25 +0900
committerMichele Calgaro <[email protected]>2024-10-11 22:59:25 +0900
commit98a3fda1d7845cafed3a9946b586108c038a5a19 (patch)
tree9a7a1f572601f8915178c0f8beeafd5b145cd50c
parentc36fcdf2f278cfde428990dbde88aeb9864d9ca1 (diff)
downloadtastymenu-98a3fda1d7845cafed3a9946b586108c038a5a19.tar.gz
tastymenu-98a3fda1d7845cafed3a9946b586108c038a5a19.zip
Use tquic directcly
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--src/CMakeLists.txt2
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}
)