mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
Meta+Libraries+AK: Append Cxx to imported library module names in swift
At the same time, simplify CMakeLists magic for libraries that want to include Swift code in the library. The Lib-less name of the library is now always the module name for the library with any Swift additions, extensions, etc. All vfs overlays now live in a common location to make finding them easier from CMake functions. A new pattern is needed for the Lib-less modules to re-export their Cxx counterparts.
This commit is contained in:
committed by
Andrew Kaster
parent
f27d638e0a
commit
c5153cb398
@@ -5,8 +5,7 @@
|
||||
*/
|
||||
|
||||
import AK
|
||||
import LibWeb
|
||||
import SwiftLibWeb
|
||||
import Web
|
||||
import Foundation
|
||||
|
||||
class StandardError: TextOutputStream {
|
||||
|
||||
Reference in New Issue
Block a user