Skip to content
Snippets Groups Projects
Commit 8fcb9dfc authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

cmake: Export command commands by default.

parent 9b47224b
No related branches found
No related tags found
1 merge request!780cmake: Export compile commands by default.
Pipeline #16708 passed
......@@ -16,6 +16,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.11.0 FATAL_ERROR)
# after check of cmake version
project(CBMROOT)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
FIND_PATH(FAIRBASE NAMES FairRun.h PATHS
${CBMBASE_DIR}/steer
NO_DEFAULT_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment