xref: /haiku/src/apps/cortex/Persistence/Jamfile (revision ed6250c95736c0b55da79d6e9dd01369532260c0)
1SubDir HAIKU_TOP src apps cortex Persistence ;
2
3SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
4SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) expat xmlparse ] ;
5SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) support ] ;
6
7SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
8
9SetSubDirSupportedPlatformsBeOSCompatible ;
10
11StaticLibrary cortex_persistence.a :
12	ExportContext.cpp
13	ImportContext.cpp
14	Importer.cpp
15	StringContent.cpp
16	XML.cpp
17;
18
19SubInclude HAIKU_TOP src apps cortex Persistence Wrappers ;
20