Shorten name of example to fix compilation issues

This commit is contained in:
Mike Bierlee 2023-03-07 01:29:28 +03:00
parent 9b05aa3af9
commit 0b64013115
3 changed files with 61 additions and 61 deletions

View file

@ -119,11 +119,11 @@
]
},
{
"name" : "postConstructorPreDestructorExample",
"name" : "postConPreDestExample",
"targetType": "executable",
"targetName": "postConstructorPreDestructorExample",
"targetName": "postConPreDestExample",
"sourcePaths": [
"example/postconstructorpredestructor"
"example/postconpredest"
],
"importPaths": [
"source"

View file

@ -19,7 +19,7 @@ run-examples: run-annotationsExample \
run-arrayCompletionExample \
run-constructorInjectionExample \
run-injectionInitializerExample \
run-postConstructorPreDestructorExample \
run-postConPreDestExample \
run-qualifiersExample \
run-quickstartExample \
run-registerOnResolveExample \
@ -40,8 +40,8 @@ run-constructorInjectionExample:
run-injectionInitializerExample:
dub run --build=release --config=injectionInitializerExample
run-postConstructorPreDestructorExample:
dub run --build=release --config=postConstructorPreDestructorExample
run-postConPreDestExample:
dub run --build=release --config=postConPreDestExample
run-qualifiersExample:
dub run --build=release --config=qualifiersExample