From a62b295d5156512967edc4d35e37547ddedbbaae Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Thu, 24 Nov 2022 16:07:19 +0200 Subject: [PATCH] Generate output of compile commands during generation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57adfdd..661663c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(IS_TOP_PROJECT) # Turns this on in order to build tests option(ELFIO_BUILD_TESTS "Build ELFIO tests" OFF) - # + # Generate output of compile commands during generation set(CMAKE_EXPORT_COMPILE_COMMANDS, ON) endif()