exCedaScript.xcpj

$TARGET_TYPE = "Console Application"
$ROOT_TO_PROJDIR = "CedaExamples/exCedaScript"
xcpp

@import "XcppBuild/BaseDefaults.xcpjh"

subproj
{
    "Ceda/cxUtils"
    "Ceda/cxMessage"
    "Ceda/cxMacroExpander"
    "Ceda/cxObject"
    "Ceda/cxLss"
    "Ceda/cxPersistStore"
    "Ceda/cxCedaScript"
}

{
    "src"
    {
        "ParseRunnables.cpp"
        "ParseDataSource.cpp"
        "ParseLiteralsTest.cpp"
        
        "exCedaScript.cpp"
    }
}