leviosa@programming.dev to C++@programming.devEnglish · 1 year agoXmake v2.8.2 Released, Official package repository count over 1kgithub.comexternal-linkmessage-square12fedilinkarrow-up110arrow-down11
arrow-up19arrow-down1external-linkXmake v2.8.2 Released, Official package repository count over 1kgithub.comleviosa@programming.dev to C++@programming.devEnglish · 1 year agomessage-square12fedilink
minus-squareleviosa@programming.devOPlinkfedilinkarrow-up1·edit-21 year agoYup, Cargo is a good baseline to compare to. I don’t get the CMake arguments since: xmake isn’t trying to replace CMake xmake can create CMake files from an xmake project xmake can consume CMake files xmake can use CMake packages you can use xmake packages in a CMake project a lot of people quite obviously don’t like CMake It’s working with the ecosystem, not against and is good for C++ especially since people are comparing C++ building with tools like Cargo now.
Yup, Cargo is a good baseline to compare to. I don’t get the CMake arguments since:
It’s working with the ecosystem, not against and is good for C++ especially since people are comparing C++ building with tools like Cargo now.