cxon 0.1.2

C++ builder configured with JSON
{
    "project": "HelloWorld",
    "target_type": "executable",
    "build_dir": "build",
    "output_dir": "bin",

    "toolchain": "gnu",

    "flags": [
    
    ],

    "cflags": [

    ],

    "cxxflags": [

    ],

    "include": [
    ],

    "defines": [

    ],

    "sources": [
        "./test/project/main.cpp",
        "./test/project/func.cpp"
    ],

    "link": [

    ],

    "libs": [

    ]
}