diff --git a/CMakeLists.txt b/CMakeLists.txt index e3f1537e..7c5a813b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,8 @@ if(UNIX) "UNIX platforms are not supported with this CMakeLists.txt. Use Makefile instead.") endif() +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + # # Features #