abacus: fix include directories
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
eb9295cfcd
commit
171ef10a6d
7 changed files with 8 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "bignum.hh"
|
||||
#include "bignum/bignum.hh"
|
||||
|
||||
using namespace abacus::bignum;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue