@@ -17,6 +17,7 @@
#include "cmAbstractFilesCommand.h"
#include "cmMakefile.h"
#include "cmSourceFile.h"
+#include <stdlib.h> // required for atof
// cmAbstractFilesCommand
bool cmAbstractFilesCommand::InitialPass(std::vector<std::string> const& args)
@@ -15,7 +15,7 @@
=========================================================================*/
#include "cmEndIfCommand.h"
-
bool cmEndIfCommand::InitialPass(std::vector<std::string> const&)
{
const char* versionValue
@@ -18,6 +18,7 @@
#include "cmLocalGenerator.h"
#include "cmake.h"
cmGlobalGenerator::cmGlobalGenerator()
@@ -15,6 +15,7 @@
#include "cmIfCommand.h"
bool cmIfFunctionBlocker::
IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf)
#include "cmSourceFilesCommand.h"
// cmSourceFilesCommand
bool cmSourceFilesCommand::InitialPass(std::vector<std::string> const& args)
#include "cmSourceFilesRemoveCommand.h"
// cmSourceFilesRemoveCommand
bool cmSourceFilesRemoveCommand::InitialPass(std::vector<std::string> const& args)
@@ -20,6 +20,7 @@
#include <map>
#include <set>
void cmTarget::SetType(TargetType type)
#include "cmWrapExcludeFilesCommand.h"
// cmWrapExcludeFilesCommand
bool cmWrapExcludeFilesCommand::InitialPass(std::vector<std::string> const& argsIn)