6

Hi.
CMake sucks. as a person who used C++ for multiple years i hope the developers of this abomination do not sleep well at night and just live to genuinely make life as hard as it already is.

link? what is linking?
link deez nuts

Comments
  • 0
    Don't know the situation when creating the CMake project by myself, but it gave windows users like me easy of use compilation process of open source projects. I compiled LuaJit that way in just few steps.
  • 5
    How about we invent a build tool that generates Cmake files
  • 0
    i just wish its easy as cargo.toml. but eh ill just stick with manual linking in visual studio. its not like ill die if i not learn cmake maybe ill force myself to learn it another day

    thanks guys id like to hear more of your opinions
  • 0
    @devRancid Let's call it cmake++
  • 1
    When it works cmake is awesome

    Problem is it never fucking works right
  • 0
    I just use plain old make. But did you try premake? It's Lua.
  • 1
    @cprn premake is amazing! but i decided that vcpkg was my go to. i suck at manually linking libraries and a package manager would be easier i am talking whole user interface, one click use and download.
Add Comment