mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 10:37:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			159 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			159 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| include(CMakeFindDependencyMacro)
 | |
| find_dependency(PocoFoundation)
 | |
| find_dependency(PocoSQL)
 | |
| include("${CMAKE_CURRENT_LIST_DIR}/PocoSQLPostgreSQLTargets.cmake")
 | 
