mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-29 11:11:15 +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:
@@ -9,6 +9,7 @@ set(example_srcs
|
||||
|
||||
# Metatarget for all examples:
|
||||
add_custom_target(nvbench.example.all)
|
||||
add_dependencies(nvbench.all nvbench.example.all)
|
||||
|
||||
foreach(example_src IN LISTS example_srcs)
|
||||
get_filename_component(example_name "${example_src}" NAME_WLE)
|
||||
|
||||
Reference in New Issue
Block a user