Walkthrough Examples ===================== .. note:: Provide a gist of the various APIs and features present in BuildCC * Simple * IncludeDirs * LibDeps * Flags (Preprocessor, Compile and Link flags) * Generators * Target Info TODO ------ * Custom Targets * Custom Arguments * Debugging Simple ------- * See ``SourceApi`` IncludeDirs ------------ * See ``IncludeDirApi`` * Read why Header files and Include dirs are tracked LibDeps --------- * See ``LibApi`` Flags ------- * See ``FlagApi`` Generator --------- * See :doc:`../user_api/generator`