8000
Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meson CMake build wrapper

This repository is meant to demonstrate the reliability of the CMake subprojects implementation in meson. Actually building CMake with this setup is not recommended.

Requirements

Meson version 0.51.0 is required to build this project. It can be installed via pip.

Usage

To build and test this repository use the following steps:

git clone https://github.com/mensinda/mesonCMakeBuilder.git
cd mesonCMakeBuilder
git submodule update --init --recursive
/path/to/correct/meson.py build
ninja -C build
ninja -C build test # This will run cmake -h

The CMake executable can then be found in build/subprojects/cmake.

About

Build CMake with meson

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

0