From 35dc4c496075df44efeba617e6283b6425dcc133 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Sun, 25 Jun 2023 11:13:48 +0200 Subject: initial commit --- meson.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meson.build (limited to 'meson.build') diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..a52d189 --- /dev/null +++ b/meson.build @@ -0,0 +1,13 @@ +project('chisel', ['c', 'cpp']) + +chisel_demo_src = [ + 'main.cpp' +] + +subdir('chisel') + +chisel_demo = executable('chisel-demo', + chisel_demo_src, + + dependencies: chisel +) \ No newline at end of file -- cgit v1.2.3