ENH: A type of target was added for representing GENERATED_CODE
This commit is contained in:
parent
e11df32931
commit
f86418e99f
|
@ -55,7 +55,8 @@ class cmTarget
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
enum TargetType { EXECUTABLE, WIN32_EXECUTABLE, STATIC_LIBRARY,
|
enum TargetType { EXECUTABLE, WIN32_EXECUTABLE, STATIC_LIBRARY,
|
||||||
SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, INSTALL_FILES, INSTALL_PROGRAMS };
|
SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, INSTALL_FILES,
|
||||||
|
INSTALL_PROGRAMS, GENERATED_CODE };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the type of target.
|
* Return the type of target.
|
||||||
|
|
Loading…
Reference in New Issue