diff --git a/CMakeLists.txt b/CMakeLists.txt index 777c9ad..0580d4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,7 @@ project( # # Set project options # +set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE INTERNAL "") # works include(cmake/StandardSettings.cmake) include(cmake/StaticAnalyzers.cmake)