Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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