|
| 1 | +#[[ |
| 2 | +This source file is part of the DocC open source project |
| 3 | +
|
| 4 | +Copyright (c) 2024 Apple Inc. and the DocC project authors |
| 5 | +Licensed under Apache License v2.0 with Runtime Library Exception |
| 6 | +
|
| 7 | +See https://swift.org/LICENSE.txt for license information |
| 8 | +#]] |
| 9 | + |
| 10 | +add_library(SymbolKit |
| 11 | + Mixin/Mixin+Equals.swift |
| 12 | + Mixin/Mixin+Hash.swift |
| 13 | + Mixin/Mixin.swift |
| 14 | + SymbolGraph/AnyScalar.swift |
| 15 | + SymbolGraph/LineList/LineList.swift |
| 16 | + SymbolGraph/LineList/SourceRange/Position.swift |
| 17 | + SymbolGraph/LineList/SourceRange/SourceRange.swift |
| 18 | + SymbolGraph/Metadata.swift |
| 19 | + SymbolGraph/Module.swift |
| 20 | + SymbolGraph/OperatingSystem.swift |
| 21 | + SymbolGraph/Platform.swift |
| 22 | + SymbolGraph/Relationship/ReferenceLocation.swift |
| 23 | + SymbolGraph/Relationship/Relationship.swift |
| 24 | + SymbolGraph/Relationship/RelationshipKind.swift |
| 25 | + SymbolGraph/Relationship/SourceOrigin.swift |
| 26 | + SymbolGraph/Relationship/Swift/GenericConstraints.swift |
| 27 | + SymbolGraph/Relationship/Swift/Swift.swift |
| 28 | + SymbolGraph/SemanticVersion.swift |
| 29 | + SymbolGraph/Symbol/AccessControl.swift |
| 30 | + SymbolGraph/Symbol/AlternateDeclarations.swift |
| 31 | + SymbolGraph/Symbol/Availability/Availability.swift |
| 32 | + SymbolGraph/Symbol/Availability/AvailabilityItem.swift |
| 33 | + SymbolGraph/Symbol/Availability/Domain.swift |
| 34 | + SymbolGraph/Symbol/DeclarationFragments/DeclarationFragments+Simplify.swift |
| 35 | + SymbolGraph/Symbol/DeclarationFragments/DeclarationFragments.swift |
| 36 | + SymbolGraph/Symbol/DeclarationFragments/Fragment/Fragment.swift |
| 37 | + SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift |
| 38 | + SymbolGraph/Symbol/FunctionSignature/FunctionParameter.swift |
| 39 | + SymbolGraph/Symbol/FunctionSignature/FunctionSignature.swift |
| 40 | + SymbolGraph/Symbol/HTTP/HTTP.swift |
| 41 | + SymbolGraph/Symbol/Identifier.swift |
| 42 | + SymbolGraph/Symbol/KindIdentifier.swift |
| 43 | + SymbolGraph/Symbol/Location.swift |
| 44 | + SymbolGraph/Symbol/Mutability.swift |
| 45 | + SymbolGraph/Symbol/Names.swift |
| 46 | + SymbolGraph/Symbol/OverloadData.swift |
| 47 | + SymbolGraph/Symbol/PlistDetails.swift |
| 48 | + SymbolGraph/Symbol/SPI.swift |
| 49 | + SymbolGraph/Symbol/Snippet.swift |
| 50 | + SymbolGraph/Symbol/Swift/Extension.swift |
| 51 | + SymbolGraph/Symbol/Swift/GenericConstraint.swift |
| 52 | + SymbolGraph/Symbol/Swift/GenericParameter.swift |
| 53 | + SymbolGraph/Symbol/Swift/Generics.swift |
| 54 | + SymbolGraph/Symbol/Swift/Namespace.swift |
| 55 | + SymbolGraph/Symbol/Symbol.swift |
| 56 | + SymbolGraph/Symbol/SymbolKind.swift |
| 57 | + SymbolGraph/Symbol/ValueConstraints.swift |
| 58 | + SymbolGraph/SymbolGraph+Overloads.swift |
| 59 | + SymbolGraph/SymbolGraph.swift |
| 60 | + UnifiedSymbolGraph/GraphCollector.swift |
| 61 | + UnifiedSymbolGraph/UnifiedSymbol+Encodable.swift |
| 62 | + UnifiedSymbolGraph/UnifiedSymbol.swift |
| 63 | + UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift |
| 64 | + UnifiedSymbolGraph/UnifiedSymbolGraph+Overloads.swift |
| 65 | + UnifiedSymbolGraph/UnifiedSymbolGraph.swift) |
| 66 | +set_target_properties(SymbolKit PROPERTIES |
| 67 | + INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY}) |
| 68 | + |
| 69 | +set_property(GLOBAL APPEND PROPERTY SYMBOLKIT_EXPORTS SymbolKit) |
0 commit comments