File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 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)
99 add_subdirectory (ClangImporter)
1010 add_subdirectory (Driver)
1111 add_subdirectory (FrontendTool)
12- add_subdirectory (DefToYAMLConverter )
12+ add_subdirectory (Localization )
1313 add_subdirectory (IDE)
1414 add_subdirectory (Parse)
1515 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 -------------------------------------===//
22//
33// This source file is part of the Swift.org open source project
44//
You can’t perform that action at this time.
0 commit comments