|
|
@@ -262,9 +262,6 @@ public:
|
|
|
/** Return whether or not the target is for a DLL platform. */
|
|
|
bool IsDLLPlatform() const { return this->DLLPlatform; }
|
|
|
|
|
|
- /** Return whether or not the target has a DLL import library. */
|
|
|
- bool HasImportLibrary() const;
|
|
|
-
|
|
|
/** Return whether this target is a shared library Framework on
|
|
|
Apple. */
|
|
|
bool IsFrameworkOnApple() const;
|
|
|
@@ -463,6 +460,9 @@ private:
|
|
|
|
|
|
void MaybeInvalidatePropertyCache(const std::string& prop);
|
|
|
|
|
|
+ /** Return whether or not the target has a DLL import library. */
|
|
|
+ bool HasImportLibrary() const;
|
|
|
+
|
|
|
// Internal representation details.
|
|
|
friend class cmTargetInternals;
|
|
|
friend class cmGeneratorTarget;
|