Skip to content
Snippets Groups Projects
Commit ed89cc47 authored by Millian Poquet's avatar Millian Poquet
Browse files

[nix] compile with meson

parent de1a4af6
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,10 @@ let
"^src/algo/.*\.?pp"
"^src/external"
"^src/external/.*\.?pp"
"^CMakeLists.txt"
"^cmake"
"^cmake/Modules"
"^cmake/Modules/.*\.cmake"
"^cmake/Modules/.*\.cmake\.in"
"^meson\.build"
];
nativeBuildInputs = with kapack; [pkgs.meson pkgs.ninja pkgs.pkgconfig
pkgs.boost gmp rapidjson intervalset loguru redox pkgs.cppzmq pkgs.zeromq];
# Debug build, without any Nix stripping magic.
mesonBuildType = "debug";
hardeningDisable = [ "all" ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment