]> git.localhorst.tv Git - l2e.git/blobdiff - build/config.mk
added first unit test
[l2e.git] / build / config.mk
index 899e36329e5c0086e16c20da2c03ecacc31257fa..9c7dccff2b1c2470e5f2a09e29a8a5aa986c290f 100644 (file)
@@ -23,6 +23,9 @@ SDL_LIBS = $(shell pkg-config --libs sdl)
 SDL_IMG_FLAGS = $(shell pkg-config --cflags SDL_image)
 SDL_IMG_LIBS = $(shell pkg-config --libs SDL_image)
 
+CPPUNIT_FLAGS = $(shell pkg-config --cflags cppunit)
+CPPUNIT_LIBS = $(shell pkg-config --libs cppunit)
+
 # set to empty to show tool invocations
 VERBOSE = @