exLss.xcpj

$TARGET_TYPE = "Console Application"
$ROOT_TO_PROJDIR = "CedaExamples/exLss"

@import "XcppBuild/BaseDefaults.xcpjh"

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

{
    "src"
    {
        "exLss.cpp"
        "Demo1.cpp"
        "Demo2.cpp"
        "Demo3.cpp"
    }
}