Skip to content

Commit 9fdbc7f

Browse files
committed
shared: add CMake based build rules for ICU
This adds a CMake based build for ICU. This is motivated by Windows where we can avoid having to install a large number of tools in order to build ICU by rewriting the build system in CMake.
1 parent 1944595 commit 9fdbc7f

File tree

3 files changed

+709
-8
lines changed

3 files changed

+709
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ in the same repository without colliding with each other:
1515

1616
~~~
1717
swift-installer-scripts
18-
└ platforms
19-
├ Linux
20-
| ├ Ubuntu
21-
| | └ ...
22-
| └ CentOS
23-
| └ ...
24-
└ Windows
25-
└ ...
18+
├ platforms
19+
| ├ Linux
20+
| | ├ Ubuntu
21+
| | | └ ...
22+
| | └ CentOS
23+
| | └ ...
24+
| └ Windows
25+
| └ ...
26+
└ shared
27+
└ ...
2628
~~~
2729

2830
## Contributing

0 commit comments

Comments
 (0)