blob: f8b53e87e9408f8b602549fc02c575d9fd068ff0 [file] [log] [blame]
# YCbCr Tests
include_directories(
..
../shaderexecutor
)
set(DEQP_VK_YCBCR_SRCS
vktYCbCrConversionTests.cpp
vktYCbCrConversionTests.hpp
vktYCbCrFormatTests.cpp
vktYCbCrFormatTests.hpp
vktYCbCrImageQueryTests.cpp
vktYCbCrImageQueryTests.hpp
vktYCbCrViewTests.cpp
vktYCbCrViewTests.hpp
vktYCbCrTests.cpp
vktYCbCrTests.hpp
vktYCbCrUtil.cpp
vktYCbCrUtil.hpp
vktYCbCrCopyTests.cpp
vktYCbCrCopyTests.hpp
)
set(DEQP_VK_YCBCR_LIBS
deqp-vk-shaderexecutor
tcutil
vkutil
)
add_library(deqp-vk-ycbcr STATIC ${DEQP_VK_YCBCR_SRCS})
target_link_libraries(deqp-vk-ycbcr ${DEQP_VK_YCBCR_LIBS})