We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9596f40 + 445b0da commit 4ce74b4Copy full SHA for 4ce74b4
Sources/ComplexModule/CMakeLists.txt
@@ -8,10 +8,18 @@ See https://swift.org/LICENSE.txt for license information
8
#]]
9
10
add_library(ComplexModule
11
- Arithmetic.swift
12
Complex.swift
13
- Differentiable.swift
14
- ElementaryFunctions.swift)
+ Complex+AdditiveArithmetic.swift
+ Complex+AlgebraicField.swift
+ 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)
23
set_target_properties(ComplexModule PROPERTIES
24
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
25
target_link_libraries(ComplexModule PUBLIC
0 commit comments