• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include_directories(
2	..
3	${DEQP_INL_DIR}
4	)
5
6set(DEQP_VK_RECONVERGENCE_SRCS
7	vktReconvergenceTests.cpp
8	vktReconvergenceTests.hpp
9	)
10
11set(DEQP_VK_RECONVERGENCE_LIBS
12	tcutil
13	vkutil
14	)
15
16PCH(DEQP_VK_RECONVERGENCE_SRCS ../pch.cpp)
17
18add_library(deqp-vk-reconvergence STATIC ${DEQP_VK_RECONVERGENCE_SRCS})
19target_link_libraries(deqp-vk-reconvergence ${DEQP_VK_RECONVERGENCE_LIBS})
20