mirror of
				https://github.com/msgpack/msgpack-c.git
				synced 2025-11-04 12:17:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
@PACKAGE_INIT@
 | 
						|
 | 
						|
include(CMakeFindDependencyMacro)
 | 
						|
 | 
						|
IF (@MSGPACK_USE_BOOST@)
 | 
						|
    find_dependency(Boost REQUIRED)
 | 
						|
ENDIF ()
 | 
						|
 | 
						|
include("${CMAKE_CURRENT_LIST_DIR}/msgpack-cxx-targets.cmake")
 | 
						|
 | 
						|
check_required_components(msgpack-cxx)
 |