├── LICENSE ├── README.md ├── auto2cmake.py ├── cmake-gen-gui.py └── req.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fritzone/autocmake/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fritzone/autocmake/HEAD/README.md -------------------------------------------------------------------------------- /auto2cmake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fritzone/autocmake/HEAD/auto2cmake.py -------------------------------------------------------------------------------- /cmake-gen-gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fritzone/autocmake/HEAD/cmake-gen-gui.py -------------------------------------------------------------------------------- /req.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fritzone/autocmake/HEAD/req.txt --------------------------------------------------------------------------------