CMake: Move GenerateSwiftHeader.cmake to Meta/CMake

This commit is contained in:
Andrew Kaster 2024-07-24 18:59:07 -06:00
parent 45301e8169
commit 7f8103da7a
Notes: github-actions[bot] 2024-07-31 00:39:18 +00:00
2 changed files with 1 additions and 1 deletions

View file

@ -36,7 +36,7 @@ if (ENABLE_SWIFT)
"Swift files must use Clang that was bundled with swiftc"
)
endif()
include(../cmake/GenerateSwiftHeader.cmake)
include(Swift/GenerateSwiftHeader)
target_sources(ladybird_impl PRIVATE
UI/TaskManager.swift