Re-factor bundle content copying rules generation.

This commit is contained in:
Nicolas Despres
2012-07-16 17:34:22 +02:00
committed by Peter Kümmel
parent 3b2a01e80e
commit 5d885db416
11 changed files with 127 additions and 84 deletions

View File

@@ -14,8 +14,6 @@
#include "cmMakefileTargetGenerator.h"
class cmOSXBundleGenerator;
class cmMakefileExecutableTargetGenerator: public cmMakefileTargetGenerator
{
public:
@@ -28,9 +26,6 @@ public:
protected:
virtual void WriteExecutableRule(bool relink);
private:
cmOSXBundleGenerator* OSXBundleGenerator;
};
#endif