Skip to content

prozum/meson-cmake-wrapper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
mcw
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PyPI

meson-cmake-wrapper

New maintainer needed! Check Issue

Build system wrapper that provides Meson integration in CMake IDE's.

Install

$ pip3 install meson-cmake-wrapper

Feature Matrix

Feature CLion Code::Blocks QtCreator VS Code
Detect targets ✔️ ✔️ ✔️ ✔️
Detect toolchain ✔️ ✔️ ✔️ ✔️
Detect target files ✔️ ✔️ ✔️ ✔️
Build target ✔️ ✔️ ✔️ ✔️
Run target ✔️ ✔️ ✔️ ✔️
Debug target ✔️ ✔️ ✔️ ✔️
Autocompletion ✔️ ✔️ ✔️ ✔️

Setup

CLion

  1. In Toolchain settings (File > Settings > Build, Execution, Deployment > Toolchains): Change CMake option to path of mcw.

  2. Create an empty CMakeLists.txt file in root of project.

Code::Blocks

  1. Generate Code::Blocks project:
$ mcw -G"CodeBlocks - Ninja" -DCMAKE_BUILD_TYPE=Debug <build-dir>
  1. In Code::Blocks open: <build-dir>/<project-name>.cbp

QtCreator

  1. In CMake settings (Tools > Options... > Kits > CMake): Add manual CMake option with path of mcw.

  2. Create an empty CMakeLists.txt file in root of project.

VS Code

  1. Install vscode-cmake-tools.

  2. Change "cmake.cmakePath" option to mcw.

  3. Create an empty CMakeLists.txt file in root of project.

About

(New maintainer needed!) Build system wrapper that provides Meson integration in CMake IDE's. (Mirror)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages