Shapes.xcpj

// Shapes.xcpj

$TARGET_TYPE = "Library"
$ROOT_TO_PROJDIR = "MyCompany/Shapes"
xcpp

@import "XcppBuild/BaseDefaults.xcpjh"

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

{
    "src"
    {
        "Shapes.cpp"
    }
    "Shapes.h"
}