lix/tests/plugins/local.mk

12 lines
273 B
Makefile
Raw Normal View History

2018-02-13 17:49:14 +00:00
libraries += libplugintest
2018-02-13 17:49:14 +00:00
libplugintest_DIR := $(d)
2018-02-13 17:49:14 +00:00
libplugintest_SOURCES := $(d)/plugintest.cc
2018-02-13 17:49:14 +00:00
libplugintest_ALLOW_UNDEFINED := 1
2018-02-13 17:49:14 +00:00
libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1
libplugintest_CXXFLAGS := -I src/libutil -I src/libstore -I src/libexpr -I src/libfetchers