Files
swift-argument-parser/Examples
Saleem Abdulrasool 215a8bfab7 CMake adjustments (#69)
* build: update cmake for TestHelpers rename

* build: make CMake build on macOS work

Unfortunately, XCTest importing is not working for some reason
currently.  However, this allows you to build on Darwin as follows:

```
cmake -G Ninja -D CMAKE_BUILD_TYPE=Release -D BUILD_TESTING=NO -S . -B out
ninja -C out
```

Windows and Linux builds remain functional.

* build: refactor Examples build with CMake

Although this goes contrary to best practices for CMake, this helps keep
the source tree a bit leaner for the Examples.
2020-03-09 10:26:49 -05:00
..
2020-03-09 10:26:49 -05:00
2020-03-09 10:26:49 -05:00
2020-03-09 10:26:49 -05:00
2020-03-09 10:26:49 -05:00