Generate output of compile commands during generation

This commit is contained in:
Serge Lamikhov-Center 2022-11-24 16:07:19 +02:00
parent 259da37f3a
commit a62b295d51

View File

@ -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()