You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/basics.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,9 @@ Note:
47
47
- Users on macOS and other platforms were default compilers do not provide C++11 compliant by default should request it with the appropriate flag (e.g., `c++ myproject.cpp simdjson.cpp`).
48
48
- Visual Studio users should compile with the `_CRT_SECURE_NO_WARNINGS` flag to avoid warnings with respect to our use of standard C functions such as `fopen`.
49
49
50
-
51
-
52
-
53
50
Using simdjson as a CMake dependency
54
51
------------------
55
52
56
-
57
-
58
53
You can include the simdjson repository as a folder in your CMake project. In the parent
59
54
`CMakeLists.txt` include the following lines:
60
55
@@ -67,7 +62,6 @@ Elsewhere in your project, you can declare dependencies on simdjson with lines
0 commit comments