You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no output file or format is given, the default output format is PNG.
@@ -114,16 +114,16 @@ If no output file or format is given, the default output format is PNG.
114
114
115
115
The JavaScript interface files can simply be re-generated using the CMake `generate` target, either from your IDE, or from the project's root folder using the following CMake command:
116
116
117
-
```sh
118
-
cmake --build ./build --target generate
117
+
```
118
+
$ cmake --build ./build --target generate
119
119
```
120
120
121
121
This requires Python 2 or 3 to be installed on the system.
122
122
Alternatively, the Python script can be executed manually (also from the root folder):
123
123
124
-
TODO: update this if the destination of JS and C++ files are different
0 commit comments