We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaaf4b commit 043be0bCopy full SHA for 043be0b
backends/arm/CMakeLists.txt
@@ -80,7 +80,7 @@ target_compile_options(vgf_backend PRIVATE -DUSE_VULKAN_WRAPPER -DUSE_VULKAN_VOL
80
81
target_link_libraries(vgf_backend PRIVATE executorch_core)
82
target_link_libraries(vgf_backend PRIVATE vgf)
83
-target_link_options_shared_lib(vgf_backend)
+executorch_target_link_options_shared_lib(vgf_backend)
84
85
# end config for VGF builds
86
endif()
0 commit comments