mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:08:59 +08:00
691244117b
* [angle] Update to chromium/5249 - Refactor build system based on WebKit's CMake build system for libANGLE - Add maintainer-notes.md * [angle] Fetch & generate more files in portfile * [angle] Move maintainer-notes.md * [angle] Port changes from #27701 * Merge install tweak from #28547 * [angle] Tweak PlatformLinux * Run x-add-version * [angle] Update to chromium/5414 * Run x-add-version * Fix version database. * Fix version database --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
7 lines
162 B
CMake
7 lines
162 B
CMake
if(is_android OR is_linux OR is_chromeos)
|
|
set(angle_dma_buf_sources
|
|
"src/common/linux/dma_buf_utils.cpp"
|
|
"src/common/linux/dma_buf_utils.h"
|
|
)
|
|
endif()
|