Skip to content

Commit 4ce74b4

Browse files
Merge pull request #220 from stephentyrone/refactor-complex-cmake
Update complex cmake for refactoring.
2 parents 9596f40 + 445b0da commit 4ce74b4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Sources/ComplexModule/CMakeLists.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ See https://swift.org/LICENSE.txt for license information
88
#]]
99

1010
add_library(ComplexModule
11-
Arithmetic.swift
1211
Complex.swift
13-
Differentiable.swift
14-
ElementaryFunctions.swift)
12+
Complex+AdditiveArithmetic.swift
13+
Complex+AlgebraicField.swift
14+
Complex+Codable.swift
15+
Complex+Differentiable.swift
16+
Complex+ElementaryFunctions.swift
17+
Complex+Hashable.swift
18+
Complex+IntegerLiteral.swift
19+
Complex+Numeric.swift
20+
Complex+StringConvertible.swift
21+
Polar.swift
22+
Scale.swift)
1523
set_target_properties(ComplexModule PROPERTIES
1624
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
1725
target_link_libraries(ComplexModule PUBLIC

0 commit comments

Comments
 (0)