mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +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
Notes:
sideshowbarker
2024-07-17 05:25:31 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/5e2fe7e2bf Pull-request: https://github.com/SerenityOS/serenity/pull/15659 Reviewed-by: https://github.com/linusg ✅
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ else()
|
|||
endif()
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
set(CMAKE_INSTALL_MESSAGE NEVER)
|
||||
|
||||
if (ENABLE_ADDRESS_SANITIZER)
|
||||
|
|
Loading…
Add table
Reference in a new issue