{"id":16475372,"url":"https://github.com/avinal/make-cmake","last_synced_at":"2026-06-11T19:31:14.735Z","repository":{"id":115432591,"uuid":"355507593","full_name":"avinal/make-cmake","owner":"avinal","description":"A sample Make CMake project structure and comparision ","archived":false,"fork":false,"pushed_at":"2021-06-05T06:44:09.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-05T08:42:52.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/avinal.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":"2021-04-07T10:44:58.000Z","updated_at":"2021-06-05T06:44:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc1fb824-3a5d-4c87-bed7-1c641e977778","html_url":"https://github.com/avinal/make-cmake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avinal/make-cmake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fmake-cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fmake-cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fmake-cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fmake-cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinal","download_url":"https://codeload.github.com/avinal/make-cmake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fmake-cmake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"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-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2024-10-11T12:37:50.652Z","updated_at":"2026-06-11T19:31:14.489Z","avatar_url":"https://github.com/avinal.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## How to manually convert `Makefiles` to `CMakeLists.txt`\n\n## Install packages (Debian/Ubuntu)\n\n```bash\n    sudo apt update\n    sudo apt install make cmake\n```\n\n## Makefile \n\n### Source Tree\n\n```bash\n    hello-make/\n    ├── include\n    │   └── hello.h\n    ├── lib\n    │   ├── hello.cc\n    │   └── Makefile\n    ├── Makefile\n    └── src\n        ├── main.cc\n        └── Makefile\n```\n\n### How to run Make?\n\n```bash\n    cd hello-make\n    make\n    ./src/hellomake\n```\n\n## CmakeLists.txt \n\n### Source Tree\n\n```bash\n    hello-cmake/\n    ├── CMakeLists.txt\n    ├── include\n    │   └── hello.h\n    ├── lib\n    │   ├── CMakeLists.txt\n    │   └── hello.cc\n    └── src\n        ├── CMakeLists.txt\n        └── main.cc\n```\n\n### How to run CMake?\n\n```bash\n    cd hello-cmake\n    mkdir build \u0026\u0026 cd build\n    cmake ..\n    make\n    ./src/hellocmake\n```\n\n## References\n[Convert Makefile to CMakeLists.txt manually](https://www.hiroom2.com/2016/09/07/convert-makefile-to-cmakelists-txt-manually/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Fmake-cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinal%2Fmake-cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Fmake-cmake/lists"}