mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-29 02:40:02 +00:00
[examples] generate types and function decarations
This commit is contained in:
+3
-5
@@ -10,14 +10,12 @@ build_path=$root_path/build
|
||||
examps=$root_path/examples
|
||||
|
||||
echo ~~~ Running Type Metadata Example ~~~
|
||||
cd $build_path
|
||||
./type_metadata.exe $examps/type_metadata/types.mdesk
|
||||
cd $examps/type_metadata/generated
|
||||
$build_path/type_metadata.exe $examps/type_metadata/types.mdesk
|
||||
echo
|
||||
|
||||
echo ~~~ Running Error Generation Example ~~~
|
||||
cd $build_path
|
||||
./user_errors.exe $examps/user_errors/user_errors.mdesk
|
||||
echo
|
||||
$build_path/user_errors.exe $examps/user_errors/user_errors.mdesk
|
||||
|
||||
###### Restore Path ###########################################################
|
||||
cd $og_path
|
||||
|
||||
Reference in New Issue
Block a user