exThread.xcpj

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

@import "XcppBuild/BaseDefaults.xcpjh"

subproj
{
    "Ceda/cxUtils"
    "Ceda/cxMessage"
}

{
    "src"
    {
        "CalcTan.cpp"
        "exThread.cpp"
    }
}