diff options
author | Brad King <brad.king@kitware.com> | 2004-10-27 16:05:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-10-27 16:05:33 (GMT) |
commit | 72e125ca1f9cdb28f561b64b0fa15cf090de3972 (patch) | |
tree | 3d2fe588e323ae57899e5520e0f8d3c0ac0435da /Source/cmLocalUnixMakefileGenerator2.h | |
parent | cc5c136cb824238e426288381a302a6093a3c080 (diff) | |
download | CMake-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.h | 1 |
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); |