summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-04-02 15:43:23 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-04-02 15:43:23 -0500
commit4ea0f6b9494f2b4a4a5a238f8ad51ee6fbbcfe0a (patch)
treeb73c04c8bce53edbdf39e3e98ae6e2a361f47bef /Source/cmTarget.h
parent81ebecaea17cc18dfdda4fc3051eba08f6f076a0 (diff)
downloadcmake-4ea0f6b9494f2b4a4a5a238f8ad51ee6fbbcfe0a.tar.gz
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
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 7f3c8b7f3a..255e1a5479 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
*/