https://github.com/cubicool/amccmake

Hello everyone! I wanted to take a quick second and make Linux-centric developers aware of a small, handy script I've written that will automatically create and setup CMake in your projects (in a clean way) for GCC, Clang, and Mingw automatically. I call it amccmake (which is fun to say out loud, try it! "Eh-Em-See-See-Make"), which stands for:

Automated Multiple Compiler CMake

...and it's just a simple Bash script that uses a local config to generate a build hierarchy for your project. It'll be fairly self-explanatory to anyone who does lots of Linux development using CMake. It also provides an interesting (but Bash-abusive) way of putting your cmake -D calls into a big bash array in a config file, which might be as handy for others as it is me.

Thanks! And enjoy!
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to