exPython2.xcpj

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

@import "XcppBuild/BaseDefaults.xcpjh"
@import "XcppBuild/link_Python.xcpjh"

subproj
{
    "Ceda/cxUtils"
    "Ceda/cxMessage"
    "Ceda/cxObject"
    "Ceda/cxPersistStore"
    "Ceda/cxOperation"
    "Ceda/cxWorkingSetIpc"
    "Ceda/cxPython"
    "CedaExamples/lxOperation"

    // TODO Bug 229 - Subprojects aren't linked to transitively in Linux builds
    "Ceda/cxLss"
    //"Ceda/cxRmi"
}

{
    "src"
    {
        "PythonUtilityFunctions.h"
        "Vectors.cpp"
        "Models.cpp"
        "Shapes.cpp"
        "Pizza.cpp"

        "exPython2.cpp"
    }
}