https://github.com/pocoproject/cmake-sample
A cmake example application
https://github.com/pocoproject/cmake-sample
Last synced: 7 months ago
JSON representation
A cmake example application
- Host: GitHub
- URL: https://github.com/pocoproject/cmake-sample
- Owner: pocoproject
- Created: 2021-04-21T04:22:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T13:24:49.000Z (about 2 years ago)
- Last Synced: 2025-03-29T04:04:13.544Z (10 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick start with Poco
As requirement you need cmake 3.14.4 or above
```
git clone https://github.com/pocoproject/cmake-sample.git
cmake -S cmake-sample -B build-output
cmake --build build-output --target all
build-output/pocoex
```