mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
CMake: Add helper to swiftify imported properties from dependencies
Works around https://gitlab.kitware.com/cmake/cmake/-/issues/26195
This commit is contained in:
committed by
Andrew Kaster
parent
756ef2c722
commit
7f0044a721
@@ -58,6 +58,7 @@ else()
|
||||
endif()
|
||||
|
||||
find_package(simdutf REQUIRED)
|
||||
swizzle_target_properties_for_swift(simdutf::simdutf)
|
||||
target_link_libraries(AK PRIVATE simdutf::simdutf)
|
||||
|
||||
if (ENABLE_SWIFT)
|
||||
|
||||
Reference in New Issue
Block a user