Commit Graph

2 Commits

Author SHA1 Message Date
Matthias C. M. Troffaes
dfd60fa63b
[libvpx] fix cmake target for linux (#13636) 2020-09-24 11:43:33 -07:00
Matthias C. M. Troffaes
6e67cb1745
[libvpx] Add cmake config file (#11795)
* [libvpx] Add cmake config file

This allows libvpx to be used with

find_package(libvpx CONFIG REQUIRED)
target_link_libraries(main PRIVATE libvpx::libvpx)

Tested on all supported windows triplets.

* [libvpx] Rename cmake config file to make clear it is unofficial

* [libvpx] Add cmake config target guard

* [libvpx] Update version
2020-06-11 02:38:22 -07:00