what's the hate for CMake all about? Is CMake really that bad?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cmake-init

    The missing CMake project initializer

  • I came from doing mostly JS where all this has been a solved issue for a long time and I'm the polar opposite of what you describe in this. The result of that is the culmination of my desire to make things as simple (or at least as closely as possible) as there using existing tools: cmake-init

  • utest.h

    🧪 single header unit testing framework for C and C++ (by friendlyanon)

  • I would say simple things are simple. CMake does use RPATH on RPATH compatible platforms, there is no need to copy DLLs. In fact, if the DLL depends on assets relative ot its location now you are just digging a deep hole for yourself for no good reason. On platforms where RPATH is not supported (Windows), you should make DLLs available via PATH, which Just Works tm. This is a shortcoming of Windows. You are free to forward your complaints to Microsoft. Regardless, here's some help with the PATH thing.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • prorab

    :construction_worker: non-recursive GNU make-based build framework

  • Take a look at https://github.com/cppfw/prorab it is a framework for simplifying makefiles, perhaps with it your makefiles will be shorter than CMake files.

  • Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

  • vcpkg now supports manifests and versions. You can have a vcpkg.json file in your project where you specify which packages and which versions of those packages you depend on.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts