summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-18 21:12:08 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-18 21:12:08 (GMT)
commit1088f393270914f587855ae70b1f871c6e430557 (patch)
tree81c8db5a7b3303ba1d003a79d9c6f20a0b4771a6 /Source/cmTarget.h
parentc116bf5f8465171015bf84bddbe0fa06e2328c69 (diff)
downloadCMake-1088f393270914f587855ae70b1f871c6e430557.zip
CMake-1088f393270914f587855ae70b1f871c6e430557.tar.gz
CMake-1088f393270914f587855ae70b1f871c6e430557.tar.bz2
COMP: Added missing forward declaration of cmMakefile. This was only working because cmCustomCommand.h declared it.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 631de55..cc84849 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -18,6 +18,8 @@
#define cmTarget_h
#include "cmCustomCommand.h"
+
+class cmMakefile;
class cmSourceFile;
class cmGlobalGenerator;