| Index: Source/bindings/templates/web_modules_interface.cpp
|
| diff --git a/Source/bindings/templates/web_modules_interface.cpp b/Source/bindings/templates/web_modules_interface.cpp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..054094e1da68fb688a912e97c950f4b7f29cbf26
|
| --- /dev/null
|
| +++ b/Source/bindings/templates/web_modules_interface.cpp
|
| @@ -0,0 +1,5 @@
|
| +{% include 'copyright_block.txt' %}
|
| +
|
| +// TODO(ojan): Stop generating the cpp file entirely.
|
| +// This is just here so that the build system knows about the header file.
|
| +#include "{{class_name}}.h"
|
|
|