| commit | f5addf38450ec11a538a8cfe1288e6c09158b25d | [log] [tgz] |
|---|---|---|
| author | Jasper St. Pierre <jstpierre@nvidia.com> | Fri Jan 18 13:56:42 2019 -0800 |
| committer | Nuno Subtil <subtil@gmail.com> | Fri Jan 25 15:04:30 2019 -0800 |
| tree | 1c8535a846e1a237aab7d9819ccac463ac8e5222 | |
| parent | 1948bcc1d37c40611832cb8f1bc40047f80584e6 [diff] [blame] |
vk_validation_stats: Support nested build In nested builds, cmake output is in the toplevel of the root. Look in here as well.
diff --git a/scripts/vk_validation_stats.py b/scripts/vk_validation_stats.py index 7fbf0e4..7c72653 100755 --- a/scripts/vk_validation_stats.py +++ b/scripts/vk_validation_stats.py
@@ -52,6 +52,7 @@ 'build', 'dbuild', 'release', +'../build/Vulkan-ValidationLayers/' ] generated_layer_source_files = [ 'parameter_validation.cpp',