mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +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
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/ADKaster
Commit: 0bf79b1f3b
Pull-request: https://github.com/SerenityOS/serenity/pull/16583
Reviewed-by: https://github.com/awesomekling ✅
Reviewed-by: https://github.com/linusg
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