aboutsummaryrefslogtreecommitdiff
path: root/ports/libtheora/portfile.cmake
AgeCommit message (Collapse)Author
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2020-10-13[libtheora] add unofficial cmake config, remove FindOGG.cmake (#13783)Matthias C. M. Troffaes
* [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>
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-05-13[libtheora] Remove double build. (#6431)Alexander Neumann
* remove extra build step. vcpkg_install_cmake should also build the target. * Update CONTROL
2017-08-02[libtheora] update to master, refactorMikhail Paulyshka
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-01Add libtheoravlj