blob: f259a6cc4a68c39eca41a9e9db8ceabaf6a08c71 [file] [log] [blame]
# Memory tests
include_directories(..)
set(DEQP_VK_MEMORY_SRCS
vktMemoryTests.cpp
vktMemoryTests.hpp
vktMemoryAllocationTests.cpp
vktMemoryAllocationTests.hpp
vktMemoryMappingTests.cpp
vktMemoryMappingTests.hpp
vktMemoryPipelineBarrierTests.hpp
vktMemoryPipelineBarrierTests.cpp
vktMemoryRequirementsTests.cpp
vktMemoryRequirementsTests.hpp
vktMemoryBindingTests.cpp
vktMemoryBindingTests.hpp
)
set(DEQP_VK_MEMORY_LIBS
tcutil
vkutil
)
add_library(deqp-vk-memory STATIC ${DEQP_VK_MEMORY_SRCS})
target_link_libraries(deqp-vk-memory ${DEQP_VK_MEMORY_LIBS})