Move blogs into pages directory.

This commit is contained in:
2025-02-14 15:21:03 +01:00
parent e5b12d0692
commit 6f6725cb7a
505 changed files with 1014 additions and 877 deletions

View File

@ -0,0 +1,6 @@
<?php
$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";
?>