summaryrefslogtreecommitdiff
path: root/maximus/coreengine/test/Makefile
blob: db35450c583a6dd639d7045b84677d61d603613d (plain)
1
2
3
4
5
6
7
8
BASE = ../../..

HOST_PROGRAMS = maximustest
maximustest_SOURCES = main.cpp CoreEngine.cpp TestExample.cpp
maximustest_MODULES = maximus
HOST_INCLUDES = maximus/coreengine/test/inc

include $(BASE)/common/make/top.mk