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