SkillAgentSearch skills...

DownloadProject

This repository is no longer maintained. Use the FetchContent module available in CMake 3.11 or later instead.

Install / Use

/learn @Crascit/DownloadProject
About this skill

Quality Score

0/100

Supported Platforms

Universal

Tags

README

DownloadProject

Platform | Build status ---------|-------------: Linux<br>Mac OSX | Build Status Windows (VS2015) | Build status

This repository contains a generalized implementation for downloading an external project's source at CMake's configure step rather than as part of the main build. The primary advantage of this is that the project's source code can then be included directly in the main CMake build using the add_subdirectory() command, making all of the external project's targets, etc. available without any further effort. The technique is fully explained in the article available at:

https://crascit.com/2015/07/25/cmake-gtest/

An example as described in that article is provided here to demonstrate how to use the DownloadProject module. It uses googletest as the example, downloading and building trivial gtest and gmock test cases to show the technique.

View on GitHub
GitHub Stars445
CategoryContent
Updated23d ago
Forks88

Languages

CMake

Security Score

95/100

Audited on Mar 8, 2026

No findings