File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
stdlib/public/RemoteInspection Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- set (swiftRemoteInspection_SOURCES
2
- MetadataSource.cpp
3
- TypeLowering.cpp
4
- TypeRef.cpp
5
- TypeRefBuilder.cpp )
6
-
7
- set (swiftRemoteInspection_C_COMPILE_FLAGS -DswiftCore_EXPORTS )
1
+ set (swiftRemoteInspection_C_COMPILE_FLAGS )
8
2
if (SWIFT_ENABLE_REFLECTION )
9
3
list (APPEND swiftRemoteInspection_C_COMPILE_FLAGS -DSWIFT_ENABLE_REFLECTION )
10
4
endif ()
11
5
12
6
add_swift_target_library (swiftRemoteInspection STATIC
13
- ${swiftRemoteInspection_SOURCES}
14
- C_COMPILE_FLAGS ${SWIFT_RUNTIME_CXX_FLAGS} ${swiftRemoteInspection_C_COMPILE_FLAGS}
7
+ MetadataSource.cpp
8
+ TypeLowering.cpp
9
+ TypeRef.cpp
10
+ TypeRefBuilder.cpp
11
+ C_COMPILE_FLAGS
12
+ ${SWIFT_RUNTIME_CXX_FLAGS}
13
+ -DswiftCore_EXPORTS
14
+ ${swiftRemoteInspection_C_COMPILE_FLAGS}
15
15
LINK_FLAGS ${SWIFT_RUNTIME_LINK_FLAGS}
16
16
INCORPORATE_OBJECT_LIBRARIES
17
17
swiftLLVMSupport swiftDemangling swiftDemanglingCR
You can’t perform that action at this time.
0 commit comments