https://github.com/quasarapp/cmakeproject
Template repository for cmake project
https://github.com/quasarapp/cmakeproject
Last synced: 10 months ago
JSON representation
Template repository for cmake project
- Host: GitHub
- URL: https://github.com/quasarapp/cmakeproject
- Owner: QuasarApp
- License: gpl-3.0
- Created: 2020-09-04T09:37:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T19:16:01.000Z (11 months ago)
- Last Synced: 2025-08-05T20:42:41.223Z (11 months ago)
- Language: CMake
- Size: 213 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMakeProject
Template repository for cmake project
Fork me and replase RENAME_ME to Name of your new project.
1. Clone this repository
2. Run ./init.sh NewProjectName
# This template supports next build targets:
| Command or make target | Description |
|------|------|
| **make test** | The run tests for a project (dependet of Qt Tests, so you need to add Qt in Cmake using CMAKE_PREFIX_PATH) |
| **make doc** | The generate a documentation for a project (dependet of doxygen) |
| **make deploy** | The generate distribution for a project (dependet of CQtDeployer) |
| **make release** | The prepare Qt Installer framework repository for a project, generate a snap package and APK file for android (dependet of CQtDeployer, snapcraft, AndroidDeployer). |