component("csgnu") {
    parent       "nu.os.arch.arm"
    version      "1.0.0"
    toolset      "csgnu_arm"
    architecture "arm"
    description  "This component implements the support for the CS GNU Toolset on the ARM Architecture"
    enable       true
    mandatory
    includepath  ["os/include/arch/arm/tool-csgnu_arm",
                  "os/arch/arm/tool-csgnu_arm"]

    library("nucleus.lib") {
        sources { Dir.glob("*.{c,s,S}") }
    }
}
