Nuke.Unreal
Build Unreal apps in Style.
Loading...
Searching...
No Matches
Nuke.Unreal.BoilerplateGenerators.XRepo Namespace Reference

Classes

class  XRepoLibrary
 Utility classes for working with XRepo (or XMake) packages. More...
 
class  XRepoLibraryModuleGenerator
 
class  XRepoUtils
 

Enumerations

enum  XRepoPlatform {
  android , appletvos , applexros , bsd ,
  cygwin , haiku , harmony , iphoneos ,
  linux , macos , mingw , msys ,
  wasm , watchos , windows , cross
}
 
enum  XRepoArch {
  arm , arm64 , arm64__v8a , arm64ec ,
  armeabi , armeabi__v7a , armv7 , armv7k ,
  armv7s , i386 , loong64 , mip64 ,
  mips , mips64 , mips64el , mipsel ,
  ppc , ppc64 , riscv , riscv64 ,
  s390x , sh4 , wasm32 , wasm64 ,
  x64 , x86 , x86_64
}
 

Functions

record XRepoLibraryRecord (LibrarySpec Spec, string Options, string OptionsHelp, string? Description, IEnumerable< string > IncludePaths, IEnumerable< string > SysIncludePaths, IEnumerable< string > LibFiles, IEnumerable< string > SysLibs, IEnumerable< string > Defines)
 
record XRepoPlatformArch (XRepoPlatform Platform, XRepoArch Arch)
 

Enumeration Type Documentation

◆ XRepoArch

enum Nuke.Unreal.BoilerplateGenerators.XRepo.XRepoArch

Definition at line 28 of file XRepoPlatformArch.cs.

◆ XRepoPlatform

enum Nuke.Unreal.BoilerplateGenerators.XRepo.XRepoPlatform

Definition at line 8 of file XRepoPlatformArch.cs.

Function Documentation

◆ XRepoPlatformArch()

record Nuke.Unreal.BoilerplateGenerators.XRepo.XRepoPlatformArch ( XRepoPlatform Platform,
XRepoArch Arch )

Definition at line 59 of file XRepoPlatformArch.cs.