mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
62948308b6
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.
5 lines
58 B
Makefile
5 lines
58 B
Makefile
|
|
TRICK_CFLAGS += -I./models
|
|
TRICK_CXXFLAGS += -I./models
|
|
|