6 lines
372 B
INI
6 lines
372 B
INI
|
filename = 2021-08-28-cmake-externalproject-module.html
|
||
|
title = The CMake ExternalProject Module
|
||
|
description = When working recently on a C++ project using the CMake build system, I've learned to use a fairly useful module called ExternalProject which allows you to download source and combile it within the build of the project.
|
||
|
created = 2021-08-28
|
||
|
updated = 2021-08-28
|