Update README

This commit is contained in:
Alex Selimov 2025-04-16 08:10:44 -04:00
parent 85bbc2e1dd
commit a6c14ce0ab

View File

@ -14,8 +14,11 @@ FetchContent_Declare(Vec3
FetchContent_GetProperties(Vec3) FetchContent_GetProperties(Vec3)
if(NOT Vec3_POPULATED) if(NOT Vec3_POPULATED)
FetchContent_Populate(Vec3) FetchContent_MakeAvailable(Vec3)
include_directories(${Vec3_SOURCE_DIR}/include) include_directories(${Vec3_SOURCE_DIR}/include)
endif() endif()
``` ```
## Features
* Guards all testing code to only be run when Vec3 is the main project