KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.23k stars 634 forks source link

Fix FILES parameter for "add_samples" #1171

Closed jloehr closed 5 days ago

jloehr commented 1 week ago

Description

Fixes the FILES parameter for additional source files in add_samples. There's no SRC_FILES in the current context, the input parameter is called TARGET_FILES.

General Checklist:

Please ensure the following points are checked: