diff options
| author | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-07 20:06:44 +0000 |
|---|---|---|
| committer | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-07 20:06:44 +0000 |
| commit | 97d70a6f8252b15928ca7f51386df791dedf0067 (patch) | |
| tree | fa56caf88d93aee2db0f74ca70f777654ab9cfba /meson.build | |
| parent | 8926f839720471cc86fd4f7c6371d63b8f71b91d (diff) | |
initial commit
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meson.build b/meson.build deleted file mode 100644 index 9f8e633..0000000 --- a/meson.build +++ /dev/null @@ -1,13 +0,0 @@ -project( - 'pkgit', - 'cpp', - default_options: ['cpp_std=c++17', 'default_library=static'] -) - -inc = include_directories('include') - -executable( - 'pkgit', - 'src/main.cc', - include_directories: inc -) |
