{"id":16576195,"url":"https://github.com/emersonmello/appsaudacaocpp","last_synced_at":"2026-06-01T08:31:27.910Z","repository":{"id":70867735,"uuid":"543371067","full_name":"emersonmello/appsaudacaocpp","owner":"emersonmello","description":"Exemplo de uma aplicação C / C++ com More Modern CMake","archived":false,"fork":false,"pushed_at":"2022-09-30T00:36:36.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T18:38:18.546Z","etag":null,"topics":["cmake","cpp","exemplo","modern-cmake"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emersonmello.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-30T00:32:55.000Z","updated_at":"2022-09-30T00:37:35.000Z","dependencies_parsed_at":"2023-03-20T02:23:37.602Z","dependency_job_id":null,"html_url":"https://github.com/emersonmello/appsaudacaocpp","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"7c5d4a65e46e92adefd2bb27c9397b863622b76c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emersonmello/appsaudacaocpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersonmello%2Fappsaudacaocpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersonmello%2Fappsaudacaocpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersonmello%2Fappsaudacaocpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersonmello%2Fappsaudacaocpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emersonmello","download_url":"https://codeload.github.com/emersonmello/appsaudacaocpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersonmello%2Fappsaudacaocpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33767434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","exemplo","modern-cmake"],"created_at":"2024-10-11T22:07:29.676Z","updated_at":"2026-06-01T08:31:27.878Z","avatar_url":"https://github.com/emersonmello.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exemplo de aplicação C++ que faz uso do CMake para baixar dependências\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Ubuntu](https://github.com/emersonmello/appsaudacaocpp/actions/workflows/linux.yml/badge.svg)](https://github.com/emersonmello/appsaudacaocpp/actions/workflows/linux.yml)\n[![Windows](https://github.com/emersonmello/appsaudacaocpp/actions/workflows/windows.yml/badge.svg)](https://github.com/emersonmello/appsaudacaocpp/actions/workflows/windows.yml)\n[![macOS](https://github.com/emersonmello/appsaudacaocpp/actions/workflows/macos.yml/badge.svg)](https://github.com/emersonmello/appsaudacaocpp/actions/workflows/macos.yml)\n\nNeste repositório tem-se um pequeno exemplo sobre como organizar o projeto de uma aplicativo C++ usando o CMake e para baixar dependência de bibliotecas que estejam em outro repositório GitHub ou em um outro diretório no sistema de arquivos.\n\n## Ferramentas necessárias para compilação\n\n- [Git](https://git-scm.com/downloads)\n- [CMake](https://cmake.org) 3.14 ou superior\n- Compilador C++11 (i.e. g++)\n\n\n## Como gerar o sistema de construção (i.e. *Makefile*)\n\nBaixe o código presente neste repositório:\n```bash\ngit clone https://github.com/emersonmello/appsaudacaocpp.git\ncd appsaudacaocpp\n\ncmake -S . -B build\n``` \n\n## Como compilar a biblioteca e a aplicação exemplo\n\nPara construir o projeto:\n```bash\ncmake --build build\n```\n\nO binário resultante `appsaudacao` ficará disponível dentro do diretório `build`. Para executar:\n\n```bash\n./build/appsaudacao\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersonmello%2Fappsaudacaocpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femersonmello%2Fappsaudacaocpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersonmello%2Fappsaudacaocpp/lists"}