1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-18 10:52:14 +01:00
rpi-vk-driver/test/clearTest/CMakeLists.txt

10 lines
215 B
CMake

file(GLOB testSrc
"*.h"
"*.cpp"
)
add_executable(clearTest ${testSrc} )
target_compile_options(clearTest PRIVATE -Wall -std=c++11 -std=c11)
target_link_libraries(clearTest vulkan $<TARGET_OBJECTS:QPUassembler>)