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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Below are instructions to build on different OS's. You can also use the followin
21
21
| -DBUILD_SAMPLES | Build the included sample project | false |
22
22
| -DBUILD_TESTING | Builds the test project | true |
23
23
| -DUSE_CPPRESTSDK | Includes the CppRestSDK (default http stack) | false |
24
+
| -DINCLUDE_JSONCPP | Builds jsoncpp source code as part of the output binary | true |
24
25
| -DWERROR | Enables warnings as errors | true |
25
26
| -DWALL | Enables all warnings | true |
26
27
| -DINJECT_HEADER_AFTER_STDAFX=`<header path>`| Adds the provided header to the library compilation in stdafx.cpp, intended to allow "new" and "delete" to be replaced. |`<none>`|
0 commit comments