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:
Andrew Kaster 2022-10-16 23:55:04 -06:00 committed by Linus Groh
parent b8e51425e9
commit 5e2fe7e2bf
Notes: sideshowbarker 2024-07-17 05:25:31 +09:00

View File

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