You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
36 lines
945 B
Plaintext
36 lines
945 B
Plaintext
{
|
|
"UseRelativePaths": false,
|
|
"RootLocalPath": "..\\..\\..\\..",
|
|
"RootBuildPath": "..\\..\\..\\..",
|
|
"Modules":[{
|
|
"Name": "CoreUObject",
|
|
"BaseDirectory": "..\\..\\..\\Runtime\\CoreUObject",
|
|
"OutputDirectory": "..\\..\\..\\..\\Intermediate/Build/Include\\CoreUObject\\",
|
|
"ClassesHeaders": [
|
|
"..\\..\\..\\Runtime\\CoreUObject\\Classes\\Object.h"
|
|
],
|
|
"PublicHeaders": [
|
|
],
|
|
"PrivateHeaders": [
|
|
],
|
|
"SaveExportedHeaders": true
|
|
}, {
|
|
"Name": "UHTDebugging",
|
|
"BaseDirectory": ".\\UHTDebugging",
|
|
"OutputDirectory": "..\\..\\..\\..\\Intermediate/Build/Include\\UHTDebugging\\",
|
|
"ClassesHeaders": [
|
|
".\\UHTDebugging\\TestObject.h",
|
|
".\\UHTDebugging\\TestInterface.h",
|
|
".\\UHTDebugging\\TestInterfaceObject.h",
|
|
".\\UHTDebugging\\StructOnlyHeader.h",
|
|
".\\UHTDebugging\\EnumOnlyHeader.h"
|
|
],
|
|
"PublicHeaders": [
|
|
],
|
|
"PrivateHeaders": [
|
|
],
|
|
"SaveExportedHeaders": true
|
|
}
|
|
]
|
|
}
|