We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39adfcd commit 84b58c3Copy full SHA for 84b58c3
1 file changed
CMakeLists.txt
@@ -27,6 +27,7 @@ set(PROJECT_NAME_TEST ${PROJECT_NAME}_unit_test) # name for the unit-test execut
27
# Require at least C++17 for GoogleTest and modern C++ features
28
set(CMAKE_CXX_STANDARD 20)
29
set(CMAKE_CXX_STANDARD_REQUIRED ON)
30
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Enable output of compile commands for clang-tidy
31
32
# Optionally enforce warnings (good for learning/debugging)
33
add_compile_options(-Wall -Wextra -Wpedantic)
0 commit comments