blob: 9f2b399f1ce55f1ec56f3e6b7285f1df80163f12 [file] [log] [blame]
include_directories(
..
../draw
)
set(DEQP_VK_QUERY_POOL_SRCS
vktQueryPoolTests.hpp
vktQueryPoolTests.cpp
vktQueryPoolOcclusionTests.hpp
vktQueryPoolOcclusionTests.cpp
vktQueryPoolStatisticsTests.hpp
vktQueryPoolStatisticsTests.cpp
)
set(DEQP_VK_QUERY_POOL_LIBS
deqp-vk-draw
tcutil
vkutil
)
PCH(DEQP_VK_QUERY_POOL_SRCS ../pch.cpp)
add_library(deqp-vk-query-pool STATIC ${DEQP_VK_QUERY_POOL_SRCS})
target_link_libraries(deqp-vk-query-pool ${DEQP_VK_QUERY_POOL_LIBS})