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.
1 parent 48003e8 commit 0d9f0b2Copy full SHA for 0d9f0b2
Sources/_NumericsShims/CMakeLists.txt
@@ -10,5 +10,7 @@ See https://swift.org/LICENSE.txt for license information
10
add_library(_NumericsShims INTERFACE)
11
target_include_directories(_NumericsShims INTERFACE
12
include)
13
+target_link_libraries(_NumericsShims INTERFACE
14
+ $<$<PLATFORM_ID:Linux>:m>)
15
16
set_property(GLOBAL APPEND PROPERTY SWIFT_NUMERICS_EXPORTS _NumericsShims)
0 commit comments