From 4ea0f6b9494f2b4a4a5a238f8ad51ee6fbbcfe0a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 2 Apr 2002 15:43:23 -0500 Subject: 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 --- Source/cmTarget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmTarget.h') 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 &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 */ -- cgit v1.2.1