Skip to content

Commit

Permalink
fix: proper source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
egelja committed Aug 19, 2023
1 parent cfeea98 commit 9fe0c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/lint-targets.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(
FORMAT_PATTERNS
source/*.cpp source/*.hpp
src/*.cpp src/*.hpp
include/*.hpp
test/*.cpp test/*.hpp
CACHE STRING
Expand Down
2 changes: 1 addition & 1 deletion cmake/lint.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endmacro()
default(FORMAT_COMMAND clang-format)
default(
PATTERNS
source/*.cpp source/*.hpp
src/*.cpp src/*.hpp
include/*.hpp
test/*.cpp test/*.hpp
)
Expand Down

0 comments on commit 9fe0c95

Please sign in to comment.