mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[common] link setupapi for ivshmem windows implementation
This commit is contained in:
		@@ -23,7 +23,6 @@ target_link_libraries(platform_Windows
 | 
			
		||||
	"${PROJECT_BINARY_DIR}/resource.o"
 | 
			
		||||
	lg_common
 | 
			
		||||
	capture
 | 
			
		||||
	setupapi
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
target_include_directories(platform_Windows
 | 
			
		||||
 
 | 
			
		||||
@@ -13,3 +13,7 @@ add_library(lg_common_platform_code STATIC
 | 
			
		||||
    windebug.c
 | 
			
		||||
    ivshmem.c
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
target_link_libraries(lg_common_platform_code
 | 
			
		||||
	setupapi
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user