summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-10-27 16:05:33 (GMT)
committerBrad King <brad.king@kitware.com>2004-10-27 16:05:33 (GMT)
commit72e125ca1f9cdb28f561b64b0fa15cf090de3972 (patch)
tree3d2fe588e323ae57899e5520e0f8d3c0ac0435da /Source/cmLocalUnixMakefileGenerator2.h
parentcc5c136cb824238e426288381a302a6093a3c080 (diff)
downloadCMake-72e125ca1f9cdb28f561b64b0fa15cf090de3972.zip
CMake-72e125ca1f9cdb28f561b64b0fa15cf090de3972.tar.gz
CMake-72e125ca1f9cdb28f561b64b0fa15cf090de3972.tar.bz2
ENH: Do not try to handle unimplemented target types yet. Fixes for projects with subdirectories.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h
index a1e72a2..69f7c75 100644
--- a/Source/cmLocalUnixMakefileGenerator2.h
+++ b/Source/cmLocalUnixMakefileGenerator2.h
@@ -85,6 +85,7 @@ protected:
std::string GetObjectFileName(const cmTarget& target,
const cmSourceFile& source);
const char* GetSourceFileLanguage(const cmSourceFile& source);
+ std::string ConvertToFullPath(const std::string& localPath);
void AddLanguageFlags(std::string& flags, const char* lang);
void AddSharedFlags(std::string& flags, const char* lang, bool shared);