mirror of
https://github.com/apple/swift-argument-parser.git
synced 2026-05-07 20:12:41 +00:00
215a8bfab7
* 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.