An open API service indexing awesome lists of open source software.

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

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
```