mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
always export cmake compile commands
to allow using clang-tidy
This commit is contained in:
parent
1eb6aa97f3
commit
c7b9bae1e3
1 changed files with 1 additions and 0 deletions
|
@ -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" )
|
||||
|
|
Loading…
Reference in a new issue