Use jsoncpp 1.8.4 as a submodule
This makes jsoncpp a submodule that can be build directly from git sources. This changes depends/jsoncpp to depends/jsoncpp-sub to avoid filename conflict if someone tries to use git bisect. jsoncpp library name changes to jsoncpp_lib_static. jsoncpp version is the latest tagged release.develop
							parent
							
								
									ca744139f0
								
							
						
					
					
						commit
						2b79b4cce7
					
				@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					Subproject commit ddabf50f72cf369bf652a95c4d9fe31a1865a781
 | 
				
			||||||
@ -1,2 +0,0 @@
 | 
				
			|||||||
PROJECT(jsoncpp)
 | 
					 | 
				
			||||||
ADD_LIBRARY(jsoncpp STATIC jsoncpp.cpp)
 | 
					 | 
				
			||||||
											
												
													File diff suppressed because it is too large
													Load Diff
												
											
										
									
								
											
												
													File diff suppressed because it is too large
													Load Diff
												
											
										
									
								@ -1,4 +1,4 @@
 | 
				
			|||||||
#include "jsoncpp.h"
 | 
					#include "json/json.h"
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Json {
 | 
					namespace Json {
 | 
				
			||||||
		Loading…
	
		Reference in New Issue