Skip to content

Commit 5fef285

Browse files
committed
added:plugin extension module
1 parent 984e60d commit 5fef285

27 files changed

Lines changed: 2443 additions & 0 deletions

.github/workflows/Alma_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,7 @@ jobs:
8888
make
8989
cd ..
9090
cd XEngine_Verification
91+
make
92+
cd ..
93+
cd XEngine_PluginExtension
9194
make

.github/workflows/Centos_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ jobs:
9292
make
9393
cd ..
9494
cd XEngine_Verification
95+
make
96+
cd ..
97+
cd XEngine_PluginExtension
9598
make

.github/workflows/androidbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ jobs:
5959
make PLATFORM=android
6060
cd ..
6161
cd XEngine_Verification
62+
make PLATFORM=android
63+
cd ..
64+
cd XEngine_PluginExtension
6265
make PLATFORM=android

.github/workflows/debianbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ jobs:
8080
make
8181
cd ..
8282
cd XEngine_Verification
83+
make
84+
cd ..
85+
cd XEngine_PluginExtension
8386
make

.github/workflows/fedora_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,7 @@ jobs:
8383
make
8484
cd ..
8585
cd XEngine_Verification
86+
make
87+
cd ..
88+
cd XEngine_PluginExtension
8689
make

.github/workflows/iosbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ jobs:
5252
make PLATFORM=ios
5353
cd ..
5454
cd XEngine_Verification
55+
make PLATFORM=ios
56+
cd ..
57+
cd XEngine_PluginExtension
5558
make PLATFORM=ios

.github/workflows/macbuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ jobs:
7171
make PLATFORM=mac
7272
cd ..
7373
cd XEngine_Verification
74+
make PLATFORM=mac
75+
cd ..
76+
cd XEngine_PluginExtension
7477
make PLATFORM=mac

.github/workflows/rockybuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@ jobs:
8989
cd ..
9090
cd XEngine_Verification
9191
make
92+
cd ..
93+
cd XEngine_PluginExtension
94+
make

.github/workflows/ubuntubuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,7 @@ jobs:
9191
make
9292
cd ..
9393
cd XEngine_Verification
94+
make
95+
cd ..
96+
cd XEngine_PluginExtension
9497
make

XEngine.sln

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Verification_APPExample", "
6666
{A8E43EC0-698A-4807-8A61-B2BE5FAB7256} = {A8E43EC0-698A-4807-8A61-B2BE5FAB7256}
6767
EndProjectSection
6868
EndProject
69+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XEngine_PluginExtension", "XEngine_Module\XEngine_PluginExtension\XEngine_PluginExtension.vcxproj", "{D76B9C99-D002-4770-BB33-C24A91ED97E9}"
70+
EndProject
6971
Global
7072
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7173
Debug|ARM64 = Debug|ARM64
@@ -256,6 +258,18 @@ Global
256258
{6DDE9B0B-5DDA-47B0-BF6F-ADF47EC8568A}.Release|x64.Build.0 = Release|x64
257259
{6DDE9B0B-5DDA-47B0-BF6F-ADF47EC8568A}.Release|x86.ActiveCfg = Release|Win32
258260
{6DDE9B0B-5DDA-47B0-BF6F-ADF47EC8568A}.Release|x86.Build.0 = Release|Win32
261+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Debug|ARM64.ActiveCfg = Debug|ARM64
262+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Debug|ARM64.Build.0 = Debug|ARM64
263+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Debug|x64.ActiveCfg = Debug|x64
264+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Debug|x64.Build.0 = Debug|x64
265+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Debug|x86.ActiveCfg = Debug|Win32
266+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Debug|x86.Build.0 = Debug|Win32
267+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Release|ARM64.ActiveCfg = ARM64|x64
268+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Release|ARM64.Build.0 = ARM64|x64
269+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Release|x64.ActiveCfg = Release|x64
270+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Release|x64.Build.0 = Release|x64
271+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Release|x86.ActiveCfg = Release|Win32
272+
{D76B9C99-D002-4770-BB33-C24A91ED97E9}.Release|x86.Build.0 = Release|Win32
259273
EndGlobalSection
260274
GlobalSection(SolutionProperties) = preSolution
261275
HideSolutionNode = FALSE
@@ -276,6 +290,7 @@ Global
276290
{C0792082-058B-4BF1-894F-D4D5D7124022} = {58092034-5B83-4806-B7FE-CCDD7414C4AE}
277291
{A8E43EC0-698A-4807-8A61-B2BE5FAB7256} = {26417B01-459E-4287-9524-7B0293BAD18A}
278292
{6DDE9B0B-5DDA-47B0-BF6F-ADF47EC8568A} = {58092034-5B83-4806-B7FE-CCDD7414C4AE}
293+
{D76B9C99-D002-4770-BB33-C24A91ED97E9} = {26417B01-459E-4287-9524-7B0293BAD18A}
279294
EndGlobalSection
280295
GlobalSection(ExtensibilityGlobals) = postSolution
281296
SolutionGuid = {16D43B4F-E3D4-4036-A44C-5DDD64988164}

0 commit comments

Comments
 (0)