mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
Ladybird: Fix the include of use_linker in CMakeLists.txt
This commit is contained in:
parent
f1742ae1b9
commit
c223b65a69
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,6 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
|||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
include(use_linker)
|
||||
|
||||
if (ENABLE_ADDRESS_SANITIZER)
|
||||
add_compile_options(-fsanitize=address -fno-omit-frame-pointer)
|
||||
add_link_options(-fsanitize=address)
|
||||
|
@ -63,6 +61,7 @@ if (LADYBIRD_IS_TOP_LEVEL)
|
|||
)
|
||||
list(APPEND CMAKE_MODULE_PATH "${SERENITY_SOURCE_DIR}/Meta/CMake")
|
||||
include(cmake/EnableLagom.cmake)
|
||||
include(use_linker)
|
||||
include(lagom_compile_options)
|
||||
include(lagom_install_options)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue