Skip to content

pocoproject/cmake-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a980817 · Dec 29, 2023

History

5 Commits
Apr 21, 2021
Dec 26, 2023
Apr 21, 2021
Apr 21, 2021

Repository files navigation

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