hawkins / druid

🧙 A systems-level programming language with a focus on integrated build systems and deploying to native and web assembly at once
https://twitch.tv/druidlang
2 stars 0 forks source link

CMake? #3

Closed hawkins closed 4 years ago

hawkins commented 6 years ago

We're working on a variety of platforms (windows, mac, *nix...), we may want to try a CMake setup for consistent build products.

hawkins commented 6 years ago

Options we discussed:

hawkins commented 5 years ago

Given how simple we plan to keep the build step, with a single c file and no dependencies after all, manual build scripts for each platform should suffice imo. @assemblyDruid thoughts?

hawkins commented 4 years ago

wound up adding a cmake config in the 2020-may branch to support CLion