blob: 0b40ae661b1ecc6b8ac8fe898972c82363df5b3e [file] [log] [blame]
include_directories(..)
set(DEQP_VK_DRAW_SRCS
vktDrawTests.hpp
vktDrawTests.cpp
vktDrawIndexedTest.hpp
vktDrawIndexedTest.cpp
vktDrawIndirectTest.hpp
vktDrawIndirectTest.cpp
vktDrawInstancedTests.hpp
vktDrawInstancedTests.cpp
vktDrawInvertedDepthRangesTests.hpp
vktDrawInvertedDepthRangesTests.cpp
vktDrawShaderDrawParametersTests.hpp
vktDrawShaderDrawParametersTests.cpp
vktDrawShaderLayerTests.hpp
vktDrawShaderLayerTests.cpp
vktDrawShaderViewportIndexTests.hpp
vktDrawShaderViewportIndexTests.cpp
vktDrawSimpleTest.hpp
vktDrawSimpleTest.cpp
vktDrawNegativeViewportHeightTests.hpp
vktDrawNegativeViewportHeightTests.cpp
vktDrawBaseClass.hpp
vktDrawBaseClass.cpp
vktDrawCreateInfoUtil.hpp
vktDrawCreateInfoUtil.cpp
vktDrawImageObjectUtil.hpp
vktDrawImageObjectUtil.cpp
vktDrawBufferObjectUtil.hpp
vktDrawBufferObjectUtil.cpp
vktDrawTestCaseUtil.hpp
vktBasicDrawTests.hpp
vktBasicDrawTests.cpp
vktDrawDifferingInterpolationTests.hpp
vktDrawDifferingInterpolationTests.cpp
)
set(DEQP_VK_DRAW_LIBS
tcutil
vkutil
)
PCH(DEQP_VK_DRAW_SRCS ../pch.cpp)
add_library(deqp-vk-draw STATIC ${DEQP_VK_DRAW_SRCS})
target_link_libraries(deqp-vk-draw ${DEQP_VK_DRAW_LIBS})