Skip to content
Snippets Groups Projects

Fix: enable `CMAKE_EXPORT_COMPILE_COMMANDS`

Merged Pascal Palenda requested to merge fix/export-compile-commands into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -17,6 +17,7 @@ include_guard ()
#]=======================================================================]
macro (init_project)
set (CMAKE_DEBUG_POSTFIX "-d")
set (CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
# Set the install root folder if not specified by the user
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
Loading