blob: 7aa6ff992652be21cddf1560a66874d391b486a0 [file] [log] [blame]
include_directories(..)
set(DEQP_VK_DEVICE_GROUP_SRCS
vktDeviceGroupTests.hpp
vktDeviceGroupRendering.cpp
)
set(DEQP_VK_DEVICE_GROUP_LIBS
tcutil
vkutil
)
add_library(deqp-vk-device-group STATIC ${DEQP_VK_DEVICE_GROUP_SRCS})
target_link_libraries(deqp-vk-device-group ${DEQP_VK_DEVICE_GROUP_LIBS})