mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ladybird: Fix the include of use_linker in CMakeLists.txt
This commit is contained in:
parent
f1742ae1b9
commit
c223b65a69
Notes:
sideshowbarker
2024-07-19 16:52:48 +09:00
Author: https://github.com/ghost Commit: https://github.com/SerenityOS/serenity/commit/c223b65a690 Pull-request: https://github.com/SerenityOS/serenity/pull/20964
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…
Reference in a new issue