Skip to content

Commit b5333f4

Browse files
authored
Update README.md
1 parent 0a3950d commit b5333f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ Once the project is opened in the IDE of choice, compile it in the desired mode,
9393

9494
The project compiles dependencies, the 3D library, and the example applications directory, which statically links against the 3D library. The library is a STATIC lib, do not try to link dynamically against it.
9595

96-
3. Building of the demos directory is optional, and can be turned off in CMake:
96+
3. Building of the demos and tests directory is optional, and can be turned off in CMake:
9797
```bash
9898
cmake -DBUILD_EXAMPLES=OFF /path/to/source
99+
cmake -DBUILD_TESTS=OFF /path/to/source
99100
```
100101
4. Alternatively, you can click on the build.bat file to automatically build (in release mode) the entire project.
101102

0 commit comments

Comments
 (0)