diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-13 21:03:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-13 21:03:49 (GMT) |
commit | 78ee6660a7ecffcf4123bda9397d37869fb9deac (patch) | |
tree | f8035125574b7f8cfbdd4b84348838128bcdeec6 /Source/cmUnixMakefileGenerator.h | |
parent | f6f8dde5a8cb25ab190987da3c959a58977b2d7d (diff) | |
download | CMake-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.h | 2 |
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 |