PROJECTROOT = .. BUILDROOT = ../build PROJECT = TestItsSecurity DEBUG = yes bins := test_lib_its_security sources := test_lib_its_security.cc cflags += -Werror sources-WIN32 := packages += libItsSecurity openssl googletest thread predirs := includes += ../lib_its_security libs += $(outdir)/libItsSecurity.a include ../common.mk