Hacker News
- Show HN: Example C++ app using Hjson, CMake and Qt 5 https://github.com/hjson/hjson-cpp-example 5 comments
- CMake proposal: Unified way of describing dependencies of a project https://gitlab.kitware.com/cmake/cmake/-/issues/22686 76 comments cpp
- cmkr: Generate CMake from TOML https://www.reddit.com/r/cpp/comments/ircxnr/cmkr_generate_cmake_from_toml/ 35 comments cpp
- A C++ GitHub Template Repository utilizing CircleCI, CMAKE, Docker and Doxygen https://thoughts-on-coding.com/2020/04/20/a-cpp-github-template-repository-utilizing-circleci-cmake-docker-and-doxygen/ 4 comments cpp
- An Introduction to Modern CMake https://cliutils.gitlab.io/modern-cmake/ 47 comments programming
- CLion 2019.3 EAP: Ninja or Another Generator of Your Choice in CMake https://blog.jetbrains.com/clion/2019/10/clion-2019-3-eap-ninja-cmake-generators/ 7 comments cpp
- CMake 3.16.0-rc1 is ready for testing - Kitware Blog https://blog.kitware.com/cmake-3-16-0-rc1-is-ready-for-testing/ 26 comments cpp
- Funky CMake https://philippegroarke.com/posts/2019/funky_cmake/ 35 comments cpp
- CppCast: CMake and VTK with Robert Maynard http://cppcast.com/2019/07/robert-maynard/ 4 comments cpp
- Meson build system 0.51.0 has been released, can build (simple) CMake subprojects transparently https://mesonbuild.com/release-notes-for-0-51-0.html 5 comments cpp
- Clear, Functional C++ Documentation with Sphinx + Breathe + Doxygen + CMake https://devblogs.microsoft.com/cppblog/clear-functional-c-documentation-with-sphinx-breathe-doxygen-cmake/ 14 comments cpp
- How to non-intrusively try the Conan package manager in your CMake project https://jfreeman.dev/blog/2019/05/22/how-to-non-intrusively-try-the-conan-package-manager/ 6 comments cpp
- Qt on CMake Workshop Summary https://www.kdab.com/qt-on-cmake-workshop-summary-may-19/ 9 comments cpp
- In-Editor Documentation for CMake in Visual Studio | C++ Team Blog https://devblogs.microsoft.com/cppblog/in-editor-documentation-for-cmake-in-visual-studio/ 20 comments cpp
- CMake + GCC module proof-of-concept https://www.reddit.com/r/cpp/comments/axnwiz/cmake_gcc_module_proofofconcept/ 26 comments cpp
- And then there was CMake https://thoughts-on-cpp.com/2019/02/14/and-then-there-was-cmake/ 64 comments cpp
- Tutorial: Managing Compiler Warnings with CMake https://foonathan.net/blog/2018/10/17/cmake-warnings.html 9 comments cpp
- Professional CMake: A Practical Guide https://crascit.com/professional-cmake/ 18 comments cpp
- Basic CMake usage https://codingnest.com/basic-cmake/ 17 comments cpp
- It's Time To Do CMake Right https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/ 132 comments cpp
- Tutorial: Easy dependency management for C++ with CMake and Git http://foonathan.net/blog/2016/07/07/cmake-dependency-handling.html 29 comments cpp
- Dev Santa Claus Pt1: Adding Clang Sanitizers to a CMake Build https://genbattle.bitbucket.io/blog/2018/01/05/dev-santa-claus-part-1/ 14 comments cpp
- Building an Apple OSX Kernel Module With CMake – C/C++ http://www.goodbits.ca/index.php/2017/09/25/building-an-apple-osx-kernel-module-with-cmake-cc/ 19 comments programming
- Simple C++ reflection with CMake http://onqtam.com/programming/2017-09-02-simple-cpp-reflection-with-cmake/ 6 comments cpp
- Speeding up CMake https://cristianadam.eu/20170709/speeding-up-cmake/ 3 comments cpp
- CMake and C++ - What's the deal with "installing"? https://www.reddit.com/r/cpp/comments/6m7sp6/cmake_and_c_whats_the_deal_with_installing/ 28 comments cpp
- Updated fork of Arduino CMake https://www.reddit.com/r/arduino/comments/5i1svu/updated_fork_of_arduino_cmake/ 10 comments arduino
- Help with CMake https://www.reddit.com/r/learnprogramming/comments/517cwx/help_with_cmake/ 10 comments learnprogramming
- CMake Daemon for user tools https://steveire.wordpress.com/2016/01/24/cmake-daemon-for-user-tools/ 3 comments programming
- CMake Tools for Visual Studio 1.3 Released! https://cmaketools.codeplex.com/releases/view/614178 11 comments programming
- CLion EAP news: CMake 3.1, STL renderers in debugger, PTY and more http://blog.jetbrains.com/clion/2015/02/clion-eap-news-cmake-3-1-stl-renderers-in-debugger-pty-and-more/ 17 comments cpp
- cmakepp: Template Generation in CMake http://thetoeb.de/2015/02/11/cmakepp-template-generation-cmake/ 4 comments coding
- Heterogeneous Package Search and Retrieval in CMake http://thetoeb.de/2015/02/04/heterogeneous-package-search-retrieval-cmake/ 11 comments cpp
- Easily make a Java API for a native library with Swig and CMake http://blog.dlib.net/2014/10/mitie-v03-released-now-with-java-and-r.html 6 comments programming
- Syntax Highlighting and IntelliSense support for CMake http://www.infoq.com/news/2014/10/vs-cmake 16 comments programming
- Torque 3D 3.6.1 released: CMake support, x64 builds, VS2013, clang, code cleanup, and musings on Torque's development and place in the engine market http://torque3d.org 32 comments gamedev
- Having a real hard time finding CMake info for bottom-up learners. http://stackoverflow.com/questions/14446495/cmake-project-structure-with-unit-tests/14447765#14447765 3 comments learnprogramming
- CMake support for Emacs: integration with flycheck and autocomplete-clang https://github.com/atilaneves/cmake_modules/tree/master/emacs 6 comments emacs
- Modern CMake with Qt and boost http://www.kdab.com/modern-cmake-with-qt-and-boost/ 69 comments programming
- Trying qmake and CMake (as an autotools user) http://www.murrayc.com/blog/permalink/2009/10/28/trying-qmake-and-cmake/ 70 comments programming