Skip to content

CMake example of how to use the new CMake 3.11 FetchContent module

Notifications You must be signed in to change notification settings

samaursa/cmake_fetch_content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmake_fetch_content

CMake example of how to use the new CMake 3.11 FetchContent module

Building

Simply run

mkdir build
cd build
cmake ../

or

mkdir build
cd build
cmake ../ -DFETCHCONTENT_QUIET=OFF

which is useful to see what FetchContent is doing.

About

CMake example of how to use the new CMake 3.11 FetchContent module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published