mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
export compilation database
This commit is contained in:
parent
4cc384ecac
commit
f6e67edf01
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ if(UNIX)
|
||||||
"UNIX platforms are not supported with this CMakeLists.txt. Use Makefile instead.")
|
"UNIX platforms are not supported with this CMakeLists.txt. Use Makefile instead.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Features
|
# Features
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue