always export cmake compile commands

to allow using clang-tidy
This commit is contained in:
derselbst 2017-10-27 19:40:40 +02:00
parent 1eb6aa97f3
commit c7b9bae1e3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
cmake_minimum_required ( VERSION 3.0.2 )
project ( FluidSynth C )
set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake_admin )
set ( CMAKE_EXPORT_COMPILE_COMMANDS 1 )
# FluidSynth package name
set ( PACKAGE "fluidsynth" )