aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorPeter Lohrmann <peterl@valvesoftware.com>2015-04-03 11:43:06 -0700
committerPeter Lohrmann <peterl@valvesoftware.com>2015-04-03 11:43:06 -0700
commit9dc2dc3b0bf857ad7d3fb04979de0426781127db (patch)
treef8563df56fb091de4533d81e023854a2c9f001d6 /layers
parentec6eec06c41d790957dc279f02f9288b45dc4410 (diff)
downloadusermoji-9dc2dc3b0bf857ad7d3fb04979de0426781127db.tar.xz
layers: update codegen to split struct_size_helper into .h and .c files.
* Also added a copyright notice to all the generated files. * Splitting the definition from the declaration was needed to better utilize these helpers in glave.
Diffstat (limited to 'layers')
-rw-r--r--layers/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt
index 19b13e25..4ac923c1 100644
--- a/layers/CMakeLists.txt
+++ b/layers/CMakeLists.txt
@@ -66,6 +66,7 @@ run_xgl_helper(gen_struct_wrappers
xgl_struct_string_helper_no_addr.h
xgl_struct_string_helper_no_addr_cpp.h
xgl_struct_size_helper.h
+ xgl_struct_size_helper.c
xgl_struct_wrappers.h
xgl_struct_wrappers.cpp
)
@@ -80,7 +81,8 @@ add_custom_target(generate_xgl_layer_helpers DEPENDS
xgl_struct_string_helper_cpp.h
xgl_struct_string_helper_no_addr_cpp.h
xgl_struct_size_helper.h
- xgl_struct_wrappers.h
+ xgl_struct_size_helper.c
+ xgl_struct_wrappers.h
xgl_struct_wrappers.cpp
xgl_struct_graphviz_helper.h
)