mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Re-factor bundle content copying rules generation.
This commit is contained in:
committed by
Peter Kümmel
parent
3b2a01e80e
commit
5d885db416
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user