From a5bfa4c2372973ae42fd4557e083e88b1d7870a8 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 22 Mar 2019 00:05:16 +0100 Subject: [PATCH] rtags json compile commands export --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74b7c31..40d4f91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,9 @@ else() endif() endif() +# rtags setup +set(CMAKE_EXPORT_COMPILE_COMMANDS 1) + # # GLFW options #