To Do List in C
Find a file
2025-05-13 19:23:13 -05:00
.vscode-example Initial commit 2025-05-13 23:14:45 +00:00
docs Initial commit 2025-05-13 23:14:45 +00:00
src framework 2025-05-13 19:23:13 -05:00
.gitignore Initial commit 2025-05-13 23:14:45 +00:00
build.bat Initial commit 2025-05-13 23:14:45 +00:00
build.sh Initial commit 2025-05-13 23:14:45 +00:00
conanfile.py framework 2025-05-13 19:23:13 -05:00
meson.build framework 2025-05-13 19:23:13 -05:00
README.md Initial commit 2025-05-13 23:14:45 +00:00

Conan C

This is a Conan / Meson template. It's based on some online tutorials.

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