diff options
| author | zi-m <53815290+zi-m@users.noreply.github.com> | 2019-08-23 18:19:28 +0200 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-23 09:19:28 -0700 |
| commit | 55f825071351985f37cac07d97e2ab2c7d3811bd (patch) | |
| tree | 0198662f089a6c8e33affc92c55b87846a68ef3a /ports/mp3lame/usage | |
| parent | 344513b2ed7a653a38d08e8c08a2dd7eb8ac855c (diff) | |
| download | vcpkg-55f825071351985f37cac07d97e2ab2c7d3811bd.tar.gz vcpkg-55f825071351985f37cac07d97e2ab2c7d3811bd.zip | |
[mp3lame] Add new port (#7830)
* mp3lame
* "WindowsStore" and "arm" are not supported
* "WindowsStore" and "arm" are not supported
* simplify portfile.cmake
* add ARM
* add /APPCONTAINER
* add MSBUILD_PLATFORM
* remove "mp3lame does not support ARM"
* arm64 support
* arm64 support
Diffstat (limited to 'ports/mp3lame/usage')
| -rw-r--r-- | ports/mp3lame/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/mp3lame/usage b/ports/mp3lame/usage new file mode 100644 index 000000000..6efb86c53 --- /dev/null +++ b/ports/mp3lame/usage @@ -0,0 +1,4 @@ +The package mp3lame provides CMake targets: + + find_package(mp3lame CONFIG REQUIRED) + target_link_libraries(main PRIVATE mp3lame::mp3lame) |
