export compilation database

This commit is contained in:
Lukas Böger 2021-05-27 21:39:12 +01:00
parent 4cc384ecac
commit f6e67edf01

View file

@ -25,6 +25,8 @@ if(UNIX)
"UNIX platforms are not supported with this CMakeLists.txt. Use Makefile instead.")
endif()
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
#
# Features
#