mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
AK: Remove Lagom tools workaround for simdutf
This commit is contained in:
committed by
Andreas Kling
parent
7c813d3992
commit
3b96ef1a4d
@@ -1,5 +1,6 @@
|
||||
set(SOURCES
|
||||
Assertions.cpp
|
||||
Base64.cpp
|
||||
CircularBuffer.cpp
|
||||
ConstrainedStream.cpp
|
||||
CountingStream.cpp
|
||||
@@ -37,10 +38,6 @@ set(SOURCES
|
||||
kmalloc.cpp
|
||||
)
|
||||
|
||||
if (NOT LAGOM_TOOLS_ONLY)
|
||||
list(APPEND SOURCES Base64.cpp)
|
||||
endif()
|
||||
|
||||
serenity_lib(AK ak)
|
||||
|
||||
serenity_install_headers(AK)
|
||||
@@ -60,7 +57,5 @@ else()
|
||||
message(WARNING "Backtrace not found, stack traces will be unavailable")
|
||||
endif()
|
||||
|
||||
if (NOT LAGOM_TOOLS_ONLY)
|
||||
find_package(simdutf REQUIRED)
|
||||
target_link_libraries(AK PRIVATE simdutf::simdutf)
|
||||
endif()
|
||||
find_package(simdutf REQUIRED)
|
||||
target_link_libraries(AK PRIVATE simdutf::simdutf)
|
||||
|
||||
Reference in New Issue
Block a user