{"id":24505708,"url":"https://github.com/caseymcc/createlaunchers","last_synced_at":"2026-01-01T23:48:27.958Z","repository":{"id":150339307,"uuid":"158254804","full_name":"caseymcc/CreateLaunchers","owner":"caseymcc","description":"CMake module for creating batch/shell scripts and Visual Studio user file for launching your application.","archived":false,"fork":false,"pushed_at":"2020-08-22T03:00:30.000Z","size":25,"stargazers_count":6,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T23:33:25.234Z","etag":null,"topics":["cmake","debug","hunter","visual-studio"],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caseymcc.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":"2018-11-19T16:15:15.000Z","updated_at":"2022-11-22T20:10:27.000Z","dependencies_parsed_at":"2023-04-06T09:53:04.038Z","dependency_job_id":null,"html_url":"https://github.com/caseymcc/CreateLaunchers","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseymcc%2FCreateLaunchers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseymcc%2FCreateLaunchers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseymcc%2FCreateLaunchers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseymcc%2FCreateLaunchers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caseymcc","download_url":"https://codeload.github.com/caseymcc/CreateLaunchers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707298,"owners_count":20334614,"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":["cmake","debug","hunter","visual-studio"],"created_at":"2025-01-21T23:31:17.219Z","updated_at":"2026-01-01T23:48:27.919Z","avatar_url":"https://github.com/caseymcc.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![hunter](https://img.shields.io/badge/hunter-CreateLaunchers-blue.svg)](https://github.com/ruslo/hunter)\n\n# CreateLaunchers\nCMake module for creating batch/shell scripts and Visual Studio user file for launching your application.\n\nThis is a modified version of the CreateLaunchers from https://github.com/rpavlik/cmake-modules. It has been seperated from the rest of the cmake modules into its own repo and provided with cmake installer and setup as a hunter package.\n\nUsage\n-----\n\n```cmake\n\n  #use hunter to get the latest version\n  #optional, you can just download and include it in you CMakeLists file\n  hunter_add_package(CreateLauncher)\n  find_package(CreateLauncher CONFIG REQUIRED)\n\n  #Now include the modules, directory for CreateLaunchers would\n  # have been add to CMAKE_MODULE_PATH\n  include(CreateLaunchers)\n\n  #Creates bash or shell script to launch the target from commandline\n  # -When using a VS generator it also creates VS .user so that the\n  #   target can be launched by the VS debugger with the requested settings\n  # -When using gdb it will create shell scripts that will call gdb to start\n  #   the target with the requested settings\n  create_target_launcher(\u003ctargetname\u003e\n    [COMMAND \u003ctarget command\u003e]\n    [ARGS \u003cargs...\u003e]\n    [FORWARD_ARGS]\n    [RUNTIME_LIBRARY_DIRS \u003cdir...\u003e]\n    [WORKING_DIRECTORY \u003cdir\u003e]\n    [ENVIRONMENT \u003cVAR=value\u003e [\u003cVAR=value\u003e...]])\n```\n\nCreateLaunchers uses file(GENERATE ...) internally to create the launchers therefore it will support generator expressions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaseymcc%2Fcreatelaunchers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaseymcc%2Fcreatelaunchers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaseymcc%2Fcreatelaunchers/lists"}