1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-20 12:52:15 +01:00
rpi-vk-driver/test/mipmapping/CMakeLists.txt
2020-05-26 22:53:30 +01:00

13 lines
286 B
CMake

file(GLOB testSrc
"*.h"
"*.cpp"
)
add_executable(mipmapping ${testSrc} )
target_compile_options(mipmapping PRIVATE -Wall -std=c++11
-march=${RPI_ARCH} -fPIC
)
target_link_libraries(mipmapping vulkan $<TARGET_OBJECTS:QPUassembler>)
#target_link_libraries(mipmapping rpi-vk-driver)