Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::Build::TargetType Struct Reference

Type of target artifact to build (executable, library) More...

#include <Build.h>

Public Types

enum  Type {
  ConsoleExecutable ,
  GUIApplication
}
 Type of artifact. More...
 

Detailed Description

Type of target artifact to build (executable, library)

Member Enumeration Documentation

◆ Type

Type of artifact.

Enumerator
ConsoleExecutable 

Create console executable program.

GUIApplication 

Create graphical application program.


The documentation for this struct was generated from the following file: