CMakeLists.txt now generates compile_commands.json
This commit is contained in:
parent
25e92340a7
commit
8db37403e9
|
@ -21,6 +21,8 @@ project(gemstone
|
|||
DESCRIPTION "programming language compiler"
|
||||
LANGUAGES C)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# ------------------------------------------------ #
|
||||
# Lex #
|
||||
# ------------------------------------------------ #
|
||||
|
|
Loading…
Reference in New Issue