trick/test/SIM_python_namespace/S_overrides.mk
Alex Lin 62948308b6 Adding back a lost capability, but better this time. The user can now
specify a python module name where the class and functions will be
visible in python.  With care the user can mimic the C++ namespaces their
models reside in, but it isn't perfect nor automatic.  It's still pretty
neat.
2019-03-13 16:17:08 -05:00

5 lines
58 B
Makefile

TRICK_CFLAGS += -I./models
TRICK_CXXFLAGS += -I./models