mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 15:35:21 +01:00 
			
		
		
		
	Otherwise it can happen that these are built as shared depending on the options passed to CMake, which obviously isn't intended.
		
			
				
	
	
		
			4 lines
		
	
	
		
			72 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			72 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_library(jsoncpp STATIC jsoncpp.cpp)
 | |
| target_link_libraries(jsoncpp)
 | |
| 
 |