We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcc9d6 commit 8f1cb2bCopy full SHA for 8f1cb2b
README.md
@@ -5,6 +5,7 @@ An open-source C++ library developed and used at YScope.
5
# Usage
6
Clone `ystdlib-cpp` into your project. Then, in your project's `CMakeLists.txt`, add the following:
7
```cmake
8
+set(YSTDLIB_CPP_BUILD_TESTING OFF)
9
add_subdirectory(/path/to/ystdlib-cpp EXCLUDE_FROM_ALL)
10
target_link_libraries(<target_name> <link_options>
11
ystdlib::<lib_1> ystdlib::<lib_2> ... ystdlib::<lib_N>
0 commit comments