Skip to content

Commit

Permalink
Merge pull request #50 from KDAB/1.0
Browse files Browse the repository at this point in the history
Add clang-tidy fixes to main
  • Loading branch information
LeonMatthesKDAB authored Jan 3, 2024
2 parents 6f17576 + 369f2e2 commit 6211e44
Show file tree
Hide file tree
Showing 3 changed files with 1,285 additions and 988 deletions.
4 changes: 3 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
cmake_minimum_required(VERSION 3.12)
project(KDBindings-Tests)

include_directories(./doctest)
# We use `SYSTEM` here, because we don't want to see warnings from doctest in clang-tidy.
# See: https://www.reddit.com/r/cmake/comments/zhqq9f/comment/j34m17q/?utm_source=share&utm_medium=web2x&context=3
include_directories(SYSTEM ./doctest)

add_subdirectory(binding)
add_subdirectory(node)
Expand Down
Loading

0 comments on commit 6211e44

Please sign in to comment.