From f6e67edf016d79b34b4e40ec85389089a0534d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20B=C3=B6ger?= Date: Thu, 27 May 2021 21:39:12 +0100 Subject: [PATCH] export compilation database --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 #