From 4a1565b25fe7e1f9ff45fe2ee38abbded0bcbc8a Mon Sep 17 00:00:00 2001 From: reuk Date: Sun, 17 Sep 2017 22:08:59 +0100 Subject: [PATCH] Enable compile command output --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99a97066cde..c0000a064ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,8 @@ if(CCACHE_PROGRAM) message(STATUS "Rule launch compile: ${CCACHE_PROGRAM}") endif() +set(CMAKE_EXPORT_COMPILE_COMMANDS true) + set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9) include(GNUInstallDirs)