mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
AK: Remove Lagom tools workaround for simdutf
This commit is contained in:
parent
7c813d3992
commit
3b96ef1a4d
Notes:
sideshowbarker
2024-07-18 23:46:06 +09:00
Author: https://github.com/trflynn89
Commit: 3b96ef1a4d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/674
Reviewed-by: https://github.com/ADKaster
1 changed files with 3 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
Assertions.cpp
|
Assertions.cpp
|
||||||
|
Base64.cpp
|
||||||
CircularBuffer.cpp
|
CircularBuffer.cpp
|
||||||
ConstrainedStream.cpp
|
ConstrainedStream.cpp
|
||||||
CountingStream.cpp
|
CountingStream.cpp
|
||||||
|
@ -37,10 +38,6 @@ set(SOURCES
|
||||||
kmalloc.cpp
|
kmalloc.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if (NOT LAGOM_TOOLS_ONLY)
|
|
||||||
list(APPEND SOURCES Base64.cpp)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
serenity_lib(AK ak)
|
serenity_lib(AK ak)
|
||||||
|
|
||||||
serenity_install_headers(AK)
|
serenity_install_headers(AK)
|
||||||
|
@ -60,7 +57,5 @@ else()
|
||||||
message(WARNING "Backtrace not found, stack traces will be unavailable")
|
message(WARNING "Backtrace not found, stack traces will be unavailable")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT LAGOM_TOOLS_ONLY)
|
find_package(simdutf REQUIRED)
|
||||||
find_package(simdutf REQUIRED)
|
target_link_libraries(AK PRIVATE simdutf::simdutf)
|
||||||
target_link_libraries(AK PRIVATE simdutf::simdutf)
|
|
||||||
endif()
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue