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