Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

CMake FetchContent Example Project

Build Steps

Commands to build the example project:

mkdir -p build && cd build && cmake .. && make