We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fc8f8 commit bda5141Copy full SHA for bda5141
1 file changed
src/cmake/compiler.cmake
@@ -622,6 +622,10 @@ else ()
622
endif ()
623
624
625
+###########################################################################
626
+# Generate compile_commands.json for use by editors and tools.
627
+set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
628
+
629
630
###########################################################################
631
# Macro to install targets to the appropriate locations. Use this instead
0 commit comments