{"id":20743247,"url":"https://github.com/karmakrafts/cmx","last_synced_at":"2025-05-11T03:33:18.106Z","repository":{"id":154863945,"uuid":"631048959","full_name":"karmakrafts/cmx","owner":"karmakrafts","description":"Shared CMake infrastructure for Karma Krafts projects.","archived":true,"fork":false,"pushed_at":"2024-02-17T18:09:02.000Z","size":246,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T22:12:44.226Z","etag":null,"topics":["build","cmake","cmake-scripts","cplusplus","make","tooling"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karmakrafts.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}},"created_at":"2023-04-21T19:46:02.000Z","updated_at":"2025-02-20T22:58:47.000Z","dependencies_parsed_at":"2023-09-26T00:25:50.207Z","dependency_job_id":null,"html_url":"https://github.com/karmakrafts/cmx","commit_stats":null,"previous_names":["karmakrafts/cmx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karmakrafts%2Fcmx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karmakrafts%2Fcmx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karmakrafts%2Fcmx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karmakrafts%2Fcmx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karmakrafts","download_url":"https://codeload.github.com/karmakrafts/cmx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"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","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":["build","cmake","cmake-scripts","cplusplus","make","tooling"],"created_at":"2024-11-17T07:09:46.066Z","updated_at":"2025-05-11T03:33:17.762Z","avatar_url":"https://github.com/karmakrafts.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cmx\n\nCMake Extensions (or cmx for short) is a collection of useful, cross-platform CMake modules for integrating popular libraries into your projects.\nIt can be used as a lightweight alternative to vcpkg if the required dependencies are supported. It also provides various utilities like platform, CPU architecture and OS-related compile definitions, as well as useful macros for defining targets more easily.\n\n### Using cmx in your project\n\nIn order to use cmx in your own project, you will need to include the cmx-bootstrap module which takes care of downloading all other modules and keeping them up-to-date. In order to add the bootstrap module to your project, use the following command:\n\n```shell\nwget https://getcmx.karmakrafts.dev\n```\n\nYou can also manually download the bootstrapper by following the [aformentioned link](https://getcmx.karmakrafts.dev).\n\nAfter you added the bootstrapper to your project, you can include cmx by adding the following two lines to your CMakeLists file:\n\n```cmake\nset(CMAKE_MODULE_PATH \"${CMAKE_CURRENT_SOURCE_DIR}\")\ninclude(cmx-bootstrap)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarmakrafts%2Fcmx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarmakrafts%2Fcmx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarmakrafts%2Fcmx/lists"}