summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-13 21:03:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-13 21:03:49 (GMT)
commit78ee6660a7ecffcf4123bda9397d37869fb9deac (patch)
treef8035125574b7f8cfbdd4b84348838128bcdeec6 /Source/cmUnixMakefileGenerator.h
parentf6f8dde5a8cb25ab190987da3c959a58977b2d7d (diff)
downloadCMake-78ee6660a7ecffcf4123bda9397d37869fb9deac.zip
CMake-78ee6660a7ecffcf4123bda9397d37869fb9deac.tar.gz
CMake-78ee6660a7ecffcf4123bda9397d37869fb9deac.tar.bz2
ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unix
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index cca5522..82230bc 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -120,6 +120,8 @@ private:
private:
bool m_CacheOnly;
bool m_Recurse;
+ std::string m_ExecutableOutputPath;
+ std::string m_LibraryOutputPath;
};
#endif