pocoproject / cmake-sample

A cmake example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A cmake example application


Languages

Language:C++ 73.1%Language:CMake 26.9%