From a6c14ce0abb7bac27df43516be19c5e6f798a3c4 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 16 Apr 2025 08:10:44 -0400 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aca5e5..9cfb835 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,11 @@ FetchContent_Declare(Vec3 FetchContent_GetProperties(Vec3) if(NOT Vec3_POPULATED) - FetchContent_Populate(Vec3) + FetchContent_MakeAvailable(Vec3) include_directories(${Vec3_SOURCE_DIR}/include) endif() ``` +## Features + +* Guards all testing code to only be run when Vec3 is the main project