mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Separate compilation for commands included in cmCommands
This commit is contained in:
@@ -5,16 +5,23 @@
|
||||
#include "cmCPluginAPI.cxx"
|
||||
#include "cmCPluginAPI.h"
|
||||
#include "cmDynamicLoader.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmPolicies.h"
|
||||
#include "cmState.h"
|
||||
#include "cmSystemTools.h"
|
||||
|
||||
#include <cmsys/DynamicLoader.hxx>
|
||||
class cmExecutionStatus;
|
||||
|
||||
#include <signal.h>
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __QNX__
|
||||
#include <malloc.h> /* for malloc/free on QNX */
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
extern "C" void TrapsForSignalsCFunction(int sig);
|
||||
|
||||
// a class for loadabple commands
|
||||
|
||||
Reference in New Issue
Block a user