mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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:
parent
756ef2c722
commit
7f0044a721
Notes:
github-actions[bot]
2024-08-17 23:45:30 +00:00
Author: https://github.com/ADKaster
Commit: 7f0044a721
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/986
3 changed files with 19 additions and 0 deletions
|
@ -252,3 +252,8 @@ function(add_lagom_library_install_rules target_name)
|
|||
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
||||
)
|
||||
endfunction()
|
||||
|
||||
if (NOT COMMAND swizzle_target_properties_for_swift)
|
||||
function(swizzle_target_properties_for_swift target)
|
||||
endfunction()
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue