mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
Abstract cleaning of files and add code that deletes files from Debug subdirectory
This commit is contained in:
@@ -62,10 +62,16 @@ public:
|
||||
*/
|
||||
static int CoreTryCompileCode(
|
||||
cmMakefile *mf, std::vector<std::string> const& argv, bool clean);
|
||||
|
||||
/**
|
||||
* This deletes all the files created by TRY_COMPILE or TRY_RUN
|
||||
* code. This way we do not have to rely on the timing and
|
||||
* dependencies of makefiles.
|
||||
*/
|
||||
static void CleanupFiles(const char* binDir, bool recursive=true);
|
||||
|
||||
/**
|
||||
* More documentation.
|
||||
*/
|
||||
* More documentation. */
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user