Update README
This commit is contained in:
parent
85bbc2e1dd
commit
a6c14ce0ab
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue