mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
CMake: Move GenerateSwiftHeader.cmake to Meta/CMake
This commit is contained in:
parent
45301e8169
commit
7f8103da7a
Notes:
github-actions[bot]
2024-07-31 00:39:18 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/7f8103da7aa Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/821
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue