mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#crossplatformdevelopment

0 posts0 participants0 posts today

I wanted a way to build a small cross-platform C++#cplusplus application without the headache of CMake. This is how I did it.

My solution: a small python script that merges a VisualStudio project with and Xcode project and Makefile project. It works well enough for the problem at hand.

PS. Apologies for the LinkedIn link. I'm migrating to my own blog, but in the interim I'm using LinkedIn

#crossplatform #crossplatformdevelopment #cplusplus #make #visualstudio #Xcode

linkedin.com/pulse/cross-platf

www.linkedin.comCross Platform C++ Development without CMakeSummary This is a technique that I use for small tools (command line as well as GUI) that I build which need to work across the common desktop environments: Windows, macOS, and Linux. It keeps the build system simple and easy to comprehend.