730 B
730 B
Conan C++
This is a Conan / Meson template. It's based on some online tutorials, and is a modified version of this project.
I made this when I wanted to make more C / C++ projects but with a more "pythonic" build system.
Setup
Linux / Windows
- Install CMake
- Install Meson
- Install GCC (UCRT MSYS2)
Windows
- Edit
~\.conan2\profiles\defaultto match docs/default
Linux
- If you run linux you can probably figure this out. It should work mostly out of the box.
Both Again
- Run
build.batorbuild.shrespectively. - Edit your intellisense to read the compile_commands from
${workspaceFolder}/build/meson-src/compile_commands.json