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
Notes: sideshowbarker 2024-07-17 06:35:23 +09:00

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