|
@@ -186,7 +186,7 @@ public:
|
|
|
cmTarget const* head) const;
|
|
cmTarget const* head) const;
|
|
|
void GetInterfaceLinkLibraries(const char *config,
|
|
void GetInterfaceLinkLibraries(const char *config,
|
|
|
std::vector<std::string> &,
|
|
std::vector<std::string> &,
|
|
|
- cmTarget *head);
|
|
|
|
|
|
|
+ cmTarget *head) const;
|
|
|
|
|
|
|
|
/** Compute the link type to use for the given configuration. */
|
|
/** Compute the link type to use for the given configuration. */
|
|
|
LinkLibraryType ComputeLinkType(const char* config) const;
|
|
LinkLibraryType ComputeLinkType(const char* config) const;
|