mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmTarget: Move link type enum out.
Remove a reason for generate time code to depend on the cmTarget header/type.
This commit is contained in:
@@ -62,7 +62,7 @@ private:
|
||||
|
||||
ProcessingState CurrentProcessingState;
|
||||
|
||||
bool HandleLibrary(const std::string& lib, cmTarget::LinkLibraryType llt);
|
||||
bool HandleLibrary(const std::string& lib, cmTargetLinkLibraryType llt);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user