mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
Lagom: Enable compile_commands.json for the lagom build directory
This allows a developer who only wants to look at Lagom to have their IDE find source files and headers properly.
This commit is contained in:
parent
b8e51425e9
commit
5e2fe7e2bf
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ else()
|
||||||
endif()
|
endif()
|
||||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||||
|
|
||||||
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
set(CMAKE_INSTALL_MESSAGE NEVER)
|
set(CMAKE_INSTALL_MESSAGE NEVER)
|
||||||
|
|
||||||
if (ENABLE_ADDRESS_SANITIZER)
|
if (ENABLE_ADDRESS_SANITIZER)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue