diff options
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index 0fe4812..7d1fc80 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -187,6 +187,8 @@ public: INTERFACE_LIBRARY, UNKNOWN_LIBRARY}; + static const char* GetTargetTypeName(cmState::TargetType targetType); + Snapshot CreateBaseSnapshot(); Snapshot CreateBuildsystemDirectorySnapshot(Snapshot originSnapshot, |