Update coding style document

This commit is contained in:
William Kent
2021-11-24 12:36:30 -05:00
parent 68cd0f67a7
commit 672f6b4679

View File

@@ -18,6 +18,7 @@ An editorconfig file is provided to help contributors to adhere to these rules.
* Final PRs as-merged must use the CMake build system only. The system is not fully implemented yet, but is designed to be a straight port from Xcode once you know what to put in CMakeLists.txt, while still abiding by standard CMake idioms.
* As a corollary to the above: No Xcode projects in `main` branch. These are perfectly OK in topic branches and PRs, but please remove them before merging. This helps prevent noise in future diffs due to Xcode rewriting project files at its whim. The gitignore file will help to enforce this; note that you can easily override it using `git add -f`.
* Contributions to PureDarwin that have dependencies not present in this repo are welcome, but are still subject to the above rules. The `USE_HOST_SDK` parameter can be used to enable use of the active Apple SDK if a file is not found in the local repo. Please use it in all targets unless otherwise specified.
## CMake