diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-12-21 11:32:24 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-12-27 15:43:29 -0700 |
| commit | 0d5d33bd5417d47bec45f9964bdfbf86a2976d32 (patch) | |
| tree | 0bd03a390e863dbf120584fe72b12a1d79aa57d1 | |
| parent | 7245580d8adcc107810deda626ba6c848395edae (diff) | |
| download | usermoji-0d5d33bd5417d47bec45f9964bdfbf86a2976d32.tar.xz | |
layers: Remove struct string helper from cmake
Change-Id: I0c1ede8bb65d8926bbb3d83d5d320d2a72639781
| -rw-r--r-- | layers/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt index 403c6840..354bf1dc 100644 --- a/layers/CMakeLists.txt +++ b/layers/CMakeLists.txt @@ -142,8 +142,6 @@ endif() run_vk_helper(gen_enum_string_helper vk_enum_string_helper.h) run_vk_helper(gen_struct_wrappers - vk_struct_string_helper.h - vk_struct_string_helper_cpp.h vk_struct_size_helper.h vk_struct_size_helper.c vk_safe_struct.h @@ -151,8 +149,6 @@ run_vk_helper(gen_struct_wrappers ) set_source_files_properties( - vk_struct_string_helper.h - vk_struct_string_helper_cpp.h vk_struct_size_helper.h vk_struct_size_helper.c vk_safe_struct.h @@ -168,8 +164,6 @@ add_custom_target(generate_dispatch_table_helper DEPENDS ) add_custom_target(generate_vk_layer_helpers DEPENDS - vk_struct_string_helper.h - vk_struct_string_helper_cpp.h vk_struct_size_helper.h vk_struct_size_helper.c vk_safe_struct.h |
