mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
Include necessary headers in commands
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
file Copyright.txt or https://cmake.org/licensing for details. */
|
||||
#include "cmTryCompileCommand.h"
|
||||
|
||||
#include "cmMakefile.h"
|
||||
#include "cmake.h"
|
||||
|
||||
class cmExecutionStatus;
|
||||
|
||||
// cmTryCompileCommand
|
||||
bool cmTryCompileCommand::InitialPass(std::vector<std::string> const& argv,
|
||||
cmExecutionStatus&)
|
||||
|
||||
Reference in New Issue
Block a user