diff options
author | Brad King <brad.king@kitware.com> | 2005-01-18 16:15:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-01-18 16:15:35 (GMT) |
commit | b37b661087ee2aa4bb877659ad65f2ce9cf5dba4 (patch) | |
tree | f96e321661e57cab4c9af15dc1edaddf400d7cf8 /Source/cmLocalUnixMakefileGenerator2.cxx | |
parent | be4593fa858f24ee81e9c446be445a2d937f5401 (diff) | |
download | CMake-b37b661087ee2aa4bb877659ad65f2ce9cf5dba4.zip CMake-b37b661087ee2aa4bb877659ad65f2ce9cf5dba4.tar.gz CMake-b37b661087ee2aa4bb877659ad65f2ce9cf5dba4.tar.bz2 |
STYLE: Added TODO comment for another missing feature (external object files).
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index a0e18f2..73756f7 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -41,6 +41,7 @@ // TODO: Identify remaining relative path violations. // TODO: Add test to drive installation through native build system. // TODO: Is there a case where quoted object list fails and unquoted works? +// TODO: External object file feature. // TODO: Fortran support: // - This needs a "provides-requires" mode for the .o files in a target. |