mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-20 14:58:54 +00:00
Add nvbench.all metatarget.
This builds all NVBench tests and examples without building targets in any parent projects.
This commit is contained in:
@@ -20,6 +20,7 @@ set(test_srcs
|
||||
|
||||
# Metatarget for all examples:
|
||||
add_custom_target(nvbench.test.all)
|
||||
add_dependencies(nvbench.all nvbench.test.all)
|
||||
|
||||
foreach(test_src IN LISTS test_srcs)
|
||||
get_filename_component(test_name "${test_src}" NAME_WLE)
|
||||
|
||||
Reference in New Issue
Block a user