C++ Meson Library Project

This commit is contained in:
ktlo
2019-09-05 08:22:25 +00:00
commit 1de134d3f1
25 changed files with 608 additions and 0 deletions

9
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM debian:buster
RUN apt update && apt install -y build-essential crossbuild-essential-amd64 crossbuild-essential-armhf mingw-w64 \
python3 python3-pip python3-setuptools python3-wheel ninja-build \
wget cmake xxd valgrind gcovr lcov git cppcheck gdb \
&& pip3 install meson
COPY meson /usr/local/share/meson
COPY .bashrc /root/.bashrc