mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
AK: Add missing find_package command for fast_float
This was missed in 62d9a84b8d
This commit is contained in:
parent
5523158b95
commit
ad1938086d
Notes:
github-actions[bot]
2025-07-07 10:48:22 +00:00
Author: https://github.com/ADKaster
Commit: ad1938086d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5325
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ find_package(simdutf REQUIRED)
|
|||
swizzle_target_properties_for_swift(simdutf::simdutf)
|
||||
target_link_libraries(AK PRIVATE simdutf::simdutf)
|
||||
|
||||
find_package(FastFloat CONFIG REQUIRED)
|
||||
swizzle_target_properties_for_swift(FastFloat::fast_float)
|
||||
target_link_libraries(AK PRIVATE FastFloat::fast_float)
|
||||
|
||||
# FIXME: Make this generic for all imported shared library dependencies and apply globally
|
||||
if (BUILD_SHARED_LIBS AND NOT CMAKE_SKIP_INSTALL_RULES AND NOT "${VCPKG_INSTALLED_DIR}" STREQUAL "")
|
||||
install(IMPORTED_RUNTIME_ARTIFACTS simdutf::simdutf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue