Skip to content

Latest commit

 

History

History

cmake-fetchcontent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CMake FetchContent Example Project

Build Steps

Commands to build the example project:

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