File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ SET(HDRS
215
215
${CMAKE_SOURCE_DIR} /include/waflz/trace.h
216
216
${CMAKE_SOURCE_DIR} /include/waflz/waf.h
217
217
${CMAKE_SOURCE_DIR} /include/waflz/waflz.h
218
+ ${CMAKE_SOURCE_DIR} /include/waflz/string_util.h
218
219
# ------------------------------------------------------
219
220
# db
220
221
# ------------------------------------------------------
@@ -237,6 +238,10 @@ SET(HDRS
237
238
${CMAKE_BINARY_DIR} /proto/request_info.pb.h
238
239
${CMAKE_BINARY_DIR} /proto/rule.pb.h
239
240
${CMAKE_BINARY_DIR} /proto/scope.pb.h
241
+ # ------------------------------------------------------
242
+ # support
243
+ # ------------------------------------------------------
244
+ ${CMAKE_SOURCE_DIR} /src/support/file_util.h
240
245
)
241
246
if (BUILD_REDIS )
242
247
list (APPEND HDRS
You can’t perform that action at this time.
0 commit comments