mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
Ladybird/CMake: Enable compile_commands.json by default
This should help IDEs have an easier time indexing serenity files.
This commit is contained in:
parent
fb1ca02a74
commit
0bf79b1f3b
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ if (NOT APPLE)
|
|||
endif()
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
include(cmake/EnableLLD.cmake)
|
||||
|
||||
# Lagom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue