File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if(SWIFT_INCLUDE_TOOLS)
9
9
add_subdirectory (ClangImporter)
10
10
add_subdirectory (Driver)
11
11
add_subdirectory (FrontendTool)
12
- add_subdirectory (DefToYAMLConverter )
12
+ add_subdirectory (Localization )
13
13
add_subdirectory (IDE)
14
14
add_subdirectory (Parse)
15
15
add_subdirectory (SwiftDemangle)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ add_swift_unittest(swiftLocalizationTests
2
+ DefToYAMLConverterTests.cpp)
3
+
4
+ target_link_libraries (swiftLocalizationTests
5
+ PRIVATE
6
+ swiftLocalization)
7
+
8
+ target_compile_definitions (swiftLocalizationTests PRIVATE
9
+ SWIFTLIB_DIR=\"${SWIFTLIB_DIR} \")
Original file line number Diff line number Diff line change 1
- // ===--- DefToYAMLConverterTest .cpp - -------------------------------------===//
1
+ // ===--- DefToYAMLConverterTests .cpp -------------------------------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
You can’t perform that action at this time.
0 commit comments