Commit Graph

2 Commits

Author SHA1 Message Date
Cheney Wang
3211a42c6c
[libtheora] Fix usage issue (#28204)
* [libtheora] Fix usage issue

* Add CONFIG for find_dependency(Ogg)

* x-add-version --overwrite-version
2022-12-08 11:26:08 -08:00
Matthias C. M. Troffaes
76031034d5
[libtheora] add unofficial cmake config, remove FindOGG.cmake (#13783)
* [libtheora] remove FindOGG.cmake since ogg port already provides a cmake config

* [libtheora] OGG -> Ogg to match config (fixes x64-linux build on case sensitive file systems)

* [libtheora] add config file and install it

* [libtheora] bump port version

* [libtheora] remove include and add missing target_link_libraries instead

* [libtheora] use target_include_directories to set build and install interface include folders

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-13 16:26:07 -07:00