xref: /haiku/src/apps/cortex/DiagramView/Jamfile (revision 21258e2674226d6aa732321b6f8494841895af5f)
1SubDir HAIKU_TOP src apps cortex DiagramView ;
2
3SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
4
5SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
6
7StaticLibrary cortex_diagram_view.a :
8	DiagramBox.cpp
9	DiagramEndPoint.cpp
10	DiagramItem.cpp
11	DiagramItemGroup.cpp
12	DiagramView.cpp
13	DiagramWire.cpp
14;
15