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)
82if (SWIFT_ENABLE_REFLECTION)
93 list (APPEND swiftRemoteInspection_C_COMPILE_FLAGS -DSWIFT_ENABLE_REFLECTION)
104endif ()
115
126add_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}
1515 LINK_FLAGS ${SWIFT_RUNTIME_LINK_FLAGS}
1616 INCORPORATE_OBJECT_LIBRARIES
1717 swiftLLVMSupport swiftDemangling swiftDemanglingCR
You can’t perform that action at this time.
0 commit comments