diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-30 14:06:59 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-29 23:06:59 -0700 |
| commit | 9c8e4cdc761658f8a9de73c93b40f677178edcb1 (patch) | |
| tree | dbd0982d05c279c9a73aaf2b0a15a4f964221731 /ports/llvm/CONTROL | |
| parent | be99ba1f5a7fa7bedf6b60afa6b8f060bd9b4eac (diff) | |
| download | vcpkg-9c8e4cdc761658f8a9de73c93b40f677178edcb1.tar.gz vcpkg-9c8e4cdc761658f8a9de73c93b40f677178edcb1.zip | |
[llvm]Add features. (#8771)
* [llvm]Add features.
* [llvm]Add ${FEATURE_OPTIONS}, set feature util to default feature.
Diffstat (limited to 'ports/llvm/CONTROL')
| -rw-r--r-- | ports/llvm/CONTROL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/llvm/CONTROL b/ports/llvm/CONTROL index b48d97660..e1569bdee 100644 --- a/ports/llvm/CONTROL +++ b/ports/llvm/CONTROL @@ -3,3 +3,16 @@ Version: 8.0.0-3 Homepage: https://llvm.org/ Description: The LLVM Compiler Infrastructure Build-Depends: atlmfc (windows) +Default-Features: tools, utils + +Feature: tools +Description: Generate build targets for the LLVM tools. + +Feature: utils +Description: Generate build targets for the LLVM utils. + +Feature: example +Description: Generate build targets for the LLVM examples + +Feature: test +Description: Generate build targets for the LLVM unit tests.
\ No newline at end of file |
