Skip to content

Commit

Permalink
vendor: add fmt dep
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Dec 19, 2023
1 parent 8d63444 commit 1ede092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, bison
, boost182
, flex
, fmt
, gtest
, libbacktrace
, lit
Expand Down Expand Up @@ -41,6 +42,7 @@ stdenv.mkDerivation {
gtest
boost182
llvmPackages.llvm
fmt
];

env.CXXFLAGS = "-include ${nix.dev}/include/nix/config.h";
Expand Down
6 changes: 0 additions & 6 deletions libnixf/meson.build
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
nixf_inc = include_directories('include')

gtest = dependency('gtest')
gtest_main = dependency('gtest_main')
fmt = dependency('fmt')
pkgconfig = import('pkgconfig')
lit = find_program('lit', required: false)

subdir('lib')
subdir('test')

Expand Down
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ gtest_main = dependency('gtest_main')

llvm = dependency('llvm')
boost = dependency('boost')
fmt = dependency('fmt')

cpp = meson.get_compiler('cpp')
backtrace = cpp.find_library('backtrace')
Expand Down

0 comments on commit 1ede092

Please sign in to comment.