diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 9ce3dad..5f162de 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,9 @@ CXXFLAGS+= -I. -I.. -fPIE CXXTESTFLAGS= -LIBS=\ +CXXFLAGS+=$(shell pkg-config --cflags fmt) + +LIBS+=\ -lreichwein \ -lboost_context \ -lboost_filesystem \ |