CMakeLists.txt: enable CMAKE_EXPORT_COMPILE_COMMANDS by default
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 2 Apr 2025 08:12:35 +0000 (10:12 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 4 Apr 2025 16:01:01 +0000 (18:01 +0200)
commit2e97060691ca5fc8fea461d11d82ec9c939d301f
tree3b7541339c96bce05171dfad11ec2e5b6faf2717
parent503c8789db7cb99e4e53cae3c220f80aef07c785
CMakeLists.txt: enable CMAKE_EXPORT_COMPILE_COMMANDS by default

This creates a compile_commands.json file that can then be used
by the clangd tool.
CMakeLists.txt