Skip to content

Commit 8f1cb2b

Browse files
committed
Update readme
1 parent 8fcc9d6 commit 8f1cb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ An open-source C++ library developed and used at YScope.
55
# Usage
66
Clone `ystdlib-cpp` into your project. Then, in your project's `CMakeLists.txt`, add the following:
77
```cmake
8+
set(YSTDLIB_CPP_BUILD_TESTING OFF)
89
add_subdirectory(/path/to/ystdlib-cpp EXCLUDE_FROM_ALL)
910
target_link_libraries(<target_name> <link_options>
1011
ystdlib::<lib_1> ystdlib::<lib_2> ... ystdlib::<lib_N>

0 commit comments

Comments
 (0)