{"id":17311863,"url":"https://github.com/artempyanykh/vcpkg-cmake-example","last_synced_at":"2025-08-16T08:22:00.191Z","repository":{"id":73010508,"uuid":"445534603","full_name":"artempyanykh/vcpkg-cmake-example","owner":"artempyanykh","description":"Example repo demonstrating a C++ project setup with CMake and vcpkg","archived":false,"fork":false,"pushed_at":"2022-01-07T15:20:14.000Z","size":4,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T14:15:36.204Z","etag":null,"topics":["cmake","cpp","dependencies","vcpkg"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artempyanykh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-07T13:43:16.000Z","updated_at":"2024-07-18T07:29:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"92a8bfee-5045-407b-998e-14eeda4c8198","html_url":"https://github.com/artempyanykh/vcpkg-cmake-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artempyanykh/vcpkg-cmake-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artempyanykh%2Fvcpkg-cmake-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artempyanykh%2Fvcpkg-cmake-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artempyanykh%2Fvcpkg-cmake-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artempyanykh%2Fvcpkg-cmake-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artempyanykh","download_url":"https://codeload.github.com/artempyanykh/vcpkg-cmake-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artempyanykh%2Fvcpkg-cmake-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270684618,"owners_count":24627845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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","dependencies","vcpkg"],"created_at":"2024-10-15T12:41:39.637Z","updated_at":"2025-08-16T08:22:00.169Z","avatar_url":"https://github.com/artempyanykh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ with cmake and vcpkg\n\nAn example project that demonstrates a setup using CMake + vcpkg for a\nreasonable build with reasonable dependency management:\n1. `CMakeLists.txt` contains a project definition and `vcpkg` integration bits.\n2. `vcpkg.json` is a manifest file that defines a list of project dependencies.\n3. `vcpkg` itself is checked-out as a submodule, so don' forget to run:\n   1. `git submodule update --init`.\n   2. `vcpkg/bootstrap-vcpkg.sh`.\n\n* How to setup the build: `cmake -S . -B build [-G Ninja]`\n* How to build the binary: `cmake --build build`\n* How to run the built binary: run `build/main`\n\nThe top-level `Makefile` defines a number of phony targets that act as shortcuts for specific cmake invocations:\n* `bootstrap` sets up `vcpkg`.\n* `configure/reconfigure` prepare cmake build.\n* `build/run` to compile and run the binary.\n* `clean`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartempyanykh%2Fvcpkg-cmake-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartempyanykh%2Fvcpkg-cmake-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartempyanykh%2Fvcpkg-cmake-example/lists"}