nix-super/tests/plugins/local.mk

12 lines
273 B
Makefile
Raw Permalink Normal View History

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