summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 7f3c8b7..255e1a5 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -71,6 +71,8 @@ public:
{return m_SourceFiles;}
std::vector<cmSourceFile*> &GetSourceFiles() {return m_SourceFiles;}
+ ///! does this target have a cxx file in it
+ bool HasCxx() const;
/**
* Get the list of the source files used by this target
*/