mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 03:49:01 +08:00
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()
|