Skip to content

Commit

Permalink
maybe its not recursive?
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Oct 15, 2024
1 parent a54f1f0 commit 6948e95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/analysis/RunClangFormat.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# https://clang.llvm.org/docs/ClangFormat.html

file(GLOB BUN_H_SOURCES ${CONFIGURE_DEPENDS}
${CWD}/src/*.h
file(GLOB BUN_H_SOURCES LIST_DIRECTORIES false ${CONFIGURE_DEPENDS}
${CWD}/src/bun.js/bindings/*.h
${CWD}/src/bun.js/modules/*.h
)

set(CLANG_FORMAT_SOURCES ${BUN_C_SOURCES} ${BUN_CXX_SOURCES} ${BUN_H_SOURCES})
Expand Down

0 comments on commit 6948e95

Please sign in to comment.