Skip to content

juniffiro/CMake-Cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CMake project cleaner

This program purges all builder and other CMake files and leaves only the C++ sources.

Example

Cleaner cleaner = new CMakeCleaner(Paths.get("./projects"));
cleaner.addSaveExtension(".cpp");
cleaner.addSaveExtension(".h");
cleaner.clean();

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages