summaryrefslogtreecommitdiffstats
path: root/Source/cmLoadCommandCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-26 14:52:04 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-08-26 14:52:04 (GMT)
commitd99454cba4dc5d2d1e51dc2cc5889cb32e468b6a (patch)
tree0069582d55c42b45aa009f0252ffdae339067561 /Source/cmLoadCommandCommand.cxx
parentc728b6c96339d4aeee46275db3a60d7220c4a9ee (diff)
downloadCMake-d99454cba4dc5d2d1e51dc2cc5889cb32e468b6a.zip
CMake-d99454cba4dc5d2d1e51dc2cc5889cb32e468b6a.tar.gz
CMake-d99454cba4dc5d2d1e51dc2cc5889cb32e468b6a.tar.bz2
now uses stubs
Diffstat (limited to 'Source/cmLoadCommandCommand.cxx')
-rw-r--r--Source/cmLoadCommandCommand.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/cmLoadCommandCommand.cxx b/Source/cmLoadCommandCommand.cxx
index d026c7e..2c589dd 100644
--- a/Source/cmLoadCommandCommand.cxx
+++ b/Source/cmLoadCommandCommand.cxx
@@ -15,16 +15,18 @@
=========================================================================*/
#include "cmLoadCommandCommand.h"
-#include "cmDynamicLoader.h"
#include "cmCPluginAPI.h"
-
+#include "cmCPluginAPI.cxx"
+#include "cmDynamicLoader.h"
// a class for loadabple commands
class cmLoadedCommand : public cmCommand
{
public:
cmLoadedCommand() {
- memset(&this->info,0,sizeof(this->info)); }
+ memset(&this->info,0,sizeof(this->info));
+ this->info.CAPI = &cmStaticCAPI;
+ }
/**
* This is a virtual constructor for the command.