aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-09-03 18:58:49 +0530
committersinanmohd <sinan@sinanmohd.com>2024-09-03 18:58:49 +0530
commit887b31ee12704e8c9da3bf4d26801d9236146192 (patch)
tree210d036978bad153f5e8ee46c14c4fc902ce7d37 /meson.build
parenta1eb8e06c42bf15e916a83180fc0d62c5a86fd37 (diff)
nix: init
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 46c59d3..edb1055 100644
--- a/meson.build
+++ b/meson.build
@@ -19,6 +19,7 @@ add_project_arguments(
)
cjson_dep = dependency('libcjson')
+nix_store_dep = dependency('nix-store-c')
highs_dep = dependency('highs')
sqlite_dep = dependency('sqlite3')
evanix_inc = include_directories('include')