Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 231 Bytes

File metadata and controls

10 lines (7 loc) · 231 Bytes

CMake Find Package Example Project

Build Steps

Commands to build the example project:

pushd ../../ ; ./make.sh install ; popd
mkdir -p build && cd build && cmake .. && make