Skip to content

Commit 41a9894

Browse files
authored
Update CMakeLists.txt (#254)
1 parent 50802ce commit 41a9894

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ SET(HDRS
215215
${CMAKE_SOURCE_DIR}/include/waflz/trace.h
216216
${CMAKE_SOURCE_DIR}/include/waflz/waf.h
217217
${CMAKE_SOURCE_DIR}/include/waflz/waflz.h
218+
${CMAKE_SOURCE_DIR}/include/waflz/string_util.h
218219
# ------------------------------------------------------
219220
# db
220221
# ------------------------------------------------------
@@ -237,6 +238,10 @@ SET(HDRS
237238
${CMAKE_BINARY_DIR}/proto/request_info.pb.h
238239
${CMAKE_BINARY_DIR}/proto/rule.pb.h
239240
${CMAKE_BINARY_DIR}/proto/scope.pb.h
241+
# ------------------------------------------------------
242+
# support
243+
# ------------------------------------------------------
244+
${CMAKE_SOURCE_DIR}/src/support/file_util.h
240245
)
241246
if(BUILD_REDIS)
242247
list(APPEND HDRS

0 commit comments

Comments
 (0)