mirror of
https://github.com/PureDarwin/PureDarwin.git
synced 2026-01-24 19:56:37 +00:00
Update coding style document
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user