abacus: fix include directories
All checks were successful
continuous-integration/drone/push Build is passing

This cleans up one of my major pain points with the Meson way of doing
things.

The Meson solution to have nice includes would have been to create an
`include/<name>` directory per library I create...
This commit is contained in:
Bruno BELANYI 2021-09-01 19:42:58 +02:00
parent eb9295cfcd
commit 171ef10a6d
7 changed files with 8 additions and 9 deletions

View file

@ -2,7 +2,7 @@
#include <gtest/gtest.h>
#include "bignum.hh"
#include "bignum/bignum.hh"
using namespace abacus::bignum;