1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-01-30 22:52:14 +01:00

fix build error

This commit is contained in:
yours3lf 2020-06-18 18:05:23 +01:00
parent 8ca957935d
commit 594fda98e6

View File

@ -8,4 +8,4 @@ target_compile_options(multithreading PRIVATE -Wall -std=c++11
-march=${RPI_ARCH} -fPIC
)
target_link_libraries(multithreading vulkan $<TARGET_OBJECTS:QPUassembler>)
target_link_libraries(multithreading vulkan pthread $<TARGET_OBJECTS:QPUassembler>)