mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-13 18:49:38 -06:00
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:
@@ -76,9 +76,6 @@ public:
|
||||
}
|
||||
|
||||
cmTypeMacro(cmAddLibraryCommand, cmCommand);
|
||||
|
||||
private:
|
||||
std::string LibName;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user