Skip to content

Commit

Permalink
Inform CMakeLists about new source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adora Lynch committed Oct 10, 2024
1 parent cd4bc61 commit 8f1409b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Sources/Yams/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@

add_library(Yams
Anchor.swift
Constructor.swift
Decoder.swift
Emitter.swift
Encoder.swift
Mark.swift
Node.Alias.swift
Node.Mapping.swift
Node.Scalar.swift
Node.Sequence.swift
Node.swift
Parser.swift
RedundancyAliasingStrategy.swift
Representer.swift
Resolver.swift
String+Yams.swift
Tag.swift
YamlError.swift)
YamlAnchorProviding.swift
YamlError.swift
YamlTagProviding.swift)
target_compile_definitions(Yams PRIVATE
SWIFT_PACKAGE)
target_compile_options(Yams PRIVATE
Expand Down
4 changes: 4 additions & 0 deletions Tests/YamsTests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
add_library(YamsTests
AnchorCodingTests.swift
AnchorTolerancesTests.swift
ConstructorTests.swift
EmitterTests.swift
EncoderTests.swift
Expand All @@ -9,6 +11,8 @@ add_library(YamsTests
ResolverTests.swift
SpecTests.swift
StringTests.swift
TagCodingTests.swift
TagTolerancesTests.swift
TestHelper.swift
TopLevelDecoderTests.swift
YamlErrorTests.swift)
Expand Down

0 comments on commit 8f1409b

Please sign in to comment.