ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working

STYLE: fix line lengths and indentation, use enum as argument to AddLibrary() instead of int (which was initialized from a bool in some cases)

Alex
This commit is contained in:
Alexander Neundorf
2007-06-22 09:58:10 -04:00
parent 1d9889c5d3
commit f7d4f27c2a
5 changed files with 61 additions and 50 deletions

View File

@@ -76,9 +76,6 @@ public:
}
cmTypeMacro(cmAddLibraryCommand, cmCommand);
private:
std::string LibName;
};