Skip to content

Commit

Permalink
Update complex cmake for refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentyrone committed Dec 16, 2021
1 parent 9596f40 commit 445b0da
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Sources/ComplexModule/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ See https://swift.org/LICENSE.txt for license information
#]]

add_library(ComplexModule
Arithmetic.swift
Complex.swift
Differentiable.swift
ElementaryFunctions.swift)
Complex+AdditiveArithmetic.swift
Complex+AlgebraicField.swift
Complex+Codable.swift
Complex+Differentiable.swift
Complex+ElementaryFunctions.swift
Complex+Hashable.swift
Complex+IntegerLiteral.swift
Complex+Numeric.swift
Complex+StringConvertible.swift
Polar.swift
Scale.swift)
set_target_properties(ComplexModule PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
target_link_libraries(ComplexModule PUBLIC
Expand Down

0 comments on commit 445b0da

Please sign in to comment.