lxPersistStore.xcpj

$TARGET_TYPE = "Library"
$ROOT_TO_PROJDIR = "CedaExamples/lxPersistStore"
xcpp

@import "XcppBuild/BaseDefaults.xcpjh"

subproj
{
    "Ceda/cxUtils"
    "Ceda/cxObject"
    "Ceda/cxLss"
    "Ceda/cxPersistStore"
}

{
    "src"
    {
        "BinaryNode.cpp"
        "PsTreeNode.cpp"
        "PsTreeNodeWriter.cpp"
        
        "lxPersistStore.cpp"
    }

    "lxPersistStore.h"
    
    "BinaryNode.h"
    "PsTreeNode.h"
    "PsTreeNodeWriter.h"
}