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 5703dc2 + 5d68cf0 commit 836bc45Copy full SHA for 836bc45
Sources/CSystem/CMakeLists.txt
@@ -12,4 +12,9 @@ target_include_directories(CSystem INTERFACE
12
include)
13
14
15
+install(FILES
16
+ include/CSystemLinux.h
17
+ include/CSystemWindows.h
18
+ include/module.modulemap
19
+ DESTINATION include/CSystem)
20
set_property(GLOBAL APPEND PROPERTY SWIFT_SYSTEM_EXPORTS CSystem)
Sources/System/CMakeLists.txt
@@ -34,7 +34,7 @@ target_sources(SystemPackage PRIVATE
34
Internals/Mocking.swift
35
Internals/Syscalls.swift
36
Internals/WindowsSyscallAdapters.swift)
37
-target_link_libraries(SystemPackage PRIVATE
+target_link_libraries(SystemPackage PUBLIC
38
CSystem)
39
40
0 commit comments