Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 237 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 237 Bytes

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