diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-03 18:58:49 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-03 18:58:49 +0530 |
commit | 887b31ee12704e8c9da3bf4d26801d9236146192 (patch) | |
tree | 210d036978bad153f5e8ee46c14c4fc902ce7d37 /meson.build | |
parent | a1eb8e06c42bf15e916a83180fc0d62c5a86fd37 (diff) |
nix: init
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
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') |