We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ce860 commit abb5159Copy full SHA for abb5159
CMakeLists.txt
@@ -131,7 +131,7 @@ if (BUILD_CLI)
131
OUTPUT ${CMAKE_BINARY_DIR}/static.c
132
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
133
COMMAND ${ZIG} cc ${CMAKE_C_FLAGS} -o ${CMAKE_BINARY_DIR}/pack ${mongoose_SOURCE_DIR}/test/pack.c
134
- COMMAND ${CMAKE_BINARY_DIR}/pack web/*.html web/*.ttf > ${CMAKE_BINARY_DIR}/static.c
+ COMMAND ${CMAKE_BINARY_DIR}/pack web/index.html web/IBMPlexMono-Regular.ttf > ${CMAKE_BINARY_DIR}/static.c
135
DEPENDS web/index.html
136
)
137
0 commit comments