mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	fix cmake compile error with websockets
This commit is contained in:
		
							parent
							
								
									e4cd1a465c
								
							
						
					
					
						commit
						8a3bb50143
					
				
					 2 changed files with 16 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -110,7 +110,7 @@ set (CLIENT_SRC
 | 
			
		|||
)
 | 
			
		||||
 | 
			
		||||
if(WITH_WEBSOCKETS)
 | 
			
		||||
  list (APPEND CLIENT_SRC "${LIBI2PD_SRC_DIR}/Websocket.cpp")
 | 
			
		||||
  list (APPEND CLIENT_SRC "${LIBI2PD_CLIENT_SRC_DIR}/Websocket.cpp")
 | 
			
		||||
endif ()
 | 
			
		||||
add_library(i2pdclient ${CLIENT_SRC})
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
#ifdef USE_EVENTS
 | 
			
		||||
#ifdef WITH_EVENTS
 | 
			
		||||
#include "Websocket.h"
 | 
			
		||||
#include "Log.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue