• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_directories(
2	..
3	${DEQP_INL_DIR}
4)
5
6set(DEQP_VK_DEVICE_GROUP_SRCS
7	vktDeviceGroupTests.hpp
8	vktDeviceGroupRendering.cpp
9)
10
11set(DEQP_VK_DEVICE_GROUP_LIBS
12	tcutil
13	vkutil
14)
15
16add_library(deqp-vk-device-group STATIC ${DEQP_VK_DEVICE_GROUP_SRCS})
17target_link_libraries(deqp-vk-device-group ${DEQP_VK_DEVICE_GROUP_LIBS})
18