added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against

This commit is contained in:
Ken Martin
2001-04-30 10:44:00 -04:00
parent 13143f51d2
commit 2da0c57d46
17 changed files with 375 additions and 62 deletions
+1 -1
View File
@@ -132,6 +132,6 @@ bool cmFindLibraryCommand::Invoke(std::vector<std::string>& args)
"NOTFOUND",
helpString.c_str(),
cmCacheManager::PATH);
return false;
return true;
}