mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +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: 7f8103da7a
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"
|
"Swift files must use Clang that was bundled with swiftc"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
include(../cmake/GenerateSwiftHeader.cmake)
|
include(Swift/GenerateSwiftHeader)
|
||||||
|
|
||||||
target_sources(ladybird_impl PRIVATE
|
target_sources(ladybird_impl PRIVATE
|
||||||
UI/TaskManager.swift
|
UI/TaskManager.swift
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue