No description
Find a file Use this template
2025-05-09 21:01:36 -05:00
.vscode-example add debug mode support 2025-05-09 21:01:36 -05:00
docs init 2025-05-07 17:30:29 -05:00
src fleshout 2025-05-08 17:58:16 -05:00
.gitignore init 2025-05-07 17:30:29 -05:00
build.bat add debug mode support 2025-05-09 21:01:36 -05:00
build.sh add debug mode support 2025-05-09 21:01:36 -05:00
conanfile.py init 2025-05-07 17:30:29 -05:00
meson.build add debug mode support 2025-05-09 21:01:36 -05:00
README.md readme change 2025-05-08 18:04:35 -05:00

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

  1. Install CMake
  2. Install Meson
  3. Install GCC (UCRT MSYS2)

Windows

  1. Edit ~\.conan2\profiles\default to match docs/default

Linux

  1. If you run linux you can probably figure this out. It should work mostly out of the box.

Both Again

  1. Run build.bat or build.sh respectively.
  2. Edit your intellisense to read the compile_commands from ${workspaceFolder}/build/meson-src/compile_commands.json