Skip to content

Commit

Permalink
Add meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Mar 28, 2024
1 parent 4bad775 commit 2a03903
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions meson.build
@@ -0,0 +1,12 @@
project('cmp', 'c')

# To compile:
# meson setup builddir
# meson compile -C builddir
#
# Then find libcmp.so in builddir.

shared_library('cmp', sources : ['cmp.c'])

# TODO: Compile and run tests.

0 comments on commit 2a03903

Please sign in to comment.