1
Fork 0
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:
Andrew Kaster 2022-10-03 18:30:29 -06:00
parent fb1ca02a74
commit 0bf79b1f3b

View file

@ -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