| 
									
										
										
										
											2013-12-07 15:14:29 -05:00
										 |  |  | set(SRCS	ControllerEmu.cpp | 
					
						
							|  |  |  | 			InputConfig.cpp
 | 
					
						
							|  |  |  | 			ControllerInterface/ControllerInterface.cpp
 | 
					
						
							|  |  |  | 			ControllerInterface/Device.cpp
 | 
					
						
							|  |  |  | 			ControllerInterface/ExpressionParser.cpp)
 | 
					
						
							| 
									
										
										
										
											2010-11-01 15:47:02 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-01 23:23:52 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | set(LIBS	common)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-01 15:47:02 +00:00
										 |  |  | if(WIN32)
 | 
					
						
							|  |  |  | 	set(SRCS	${SRCS} | 
					
						
							| 
									
										
										
										
											2013-12-07 15:14:29 -05:00
										 |  |  | 				ControllerInterface/DInput/DInput.cpp
 | 
					
						
							|  |  |  | 				ControllerInterface/DInput/DInputJoystick.cpp
 | 
					
						
							|  |  |  | 				ControllerInterface/DInput/DInputKeyboardMouse.cpp
 | 
					
						
							| 
									
										
										
										
											2014-02-05 19:28:32 +09:00
										 |  |  | 				ControllerInterface/XInput/XInput.cpp
 | 
					
						
							|  |  |  | 				ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp)
 | 
					
						
							| 
									
										
										
										
											2015-01-03 13:17:57 +01:00
										 |  |  | elseif(APPLE)
 | 
					
						
							|  |  |  | 	find_library(COREFOUNDATION_LIBRARY CoreFoundation)
 | 
					
						
							|  |  |  | 	find_library(CARBON_LIBRARY Carbon)
 | 
					
						
							|  |  |  | 	find_library(COCOA_LIBRARY Cocoa)
 | 
					
						
							| 
									
										
										
										
											2010-11-01 15:47:02 +00:00
										 |  |  | 	set(SRCS	${SRCS} | 
					
						
							| 
									
										
										
										
											2013-12-07 15:14:29 -05:00
										 |  |  | 				ControllerInterface/OSX/OSX.mm
 | 
					
						
							|  |  |  | 				ControllerInterface/OSX/OSXKeyboard.mm
 | 
					
						
							|  |  |  | 				ControllerInterface/OSX/OSXJoystick.mm
 | 
					
						
							| 
									
										
										
										
											2014-01-29 08:11:51 +09:00
										 |  |  | 				ControllerInterface/ForceFeedback/ForceFeedbackDevice.cpp)
 | 
					
						
							| 
									
										
										
										
											2014-10-31 13:40:27 -04:00
										 |  |  | 	set(LIBS ${LIBS} ${COREFOUNDATION_LIBRARY} ${CARBON_LIBRARY} ${COCOA_LIBRARY})
 | 
					
						
							| 
									
										
										
										
											2010-11-01 15:47:02 +00:00
										 |  |  | elseif(X11_FOUND)
 | 
					
						
							|  |  |  | 	set(SRCS	${SRCS} | 
					
						
							| 
									
										
										
										
											2013-12-07 15:14:29 -05:00
										 |  |  | 				ControllerInterface/Xlib/Xlib.cpp)
 | 
					
						
							| 
									
										
										
										
											2013-07-21 00:50:50 -04:00
										 |  |  | 	if(XINPUT2_FOUND)
 | 
					
						
							| 
									
										
										
										
											2013-07-09 22:49:58 -08:00
										 |  |  | 		set(SRCS	${SRCS} | 
					
						
							| 
									
										
										
										
											2013-12-07 15:14:29 -05:00
										 |  |  | 					ControllerInterface/Xlib/XInput2.cpp)
 | 
					
						
							| 
									
										
										
										
											2013-07-09 22:49:58 -08:00
										 |  |  | 	endif()
 | 
					
						
							| 
									
										
										
										
											2014-08-01 23:23:52 -07:00
										 |  |  | 	set(LIBS ${LIBS} ${X11_LIBRARIES} ${XINPUT2_LIBRARIES})
 | 
					
						
							| 
									
										
										
										
											2013-04-14 23:02:53 -05:00
										 |  |  | elseif(ANDROID)
 | 
					
						
							|  |  |  | 	set(SRCS	${SRCS} | 
					
						
							| 
									
										
										
										
											2013-12-07 15:14:29 -05:00
										 |  |  | 				ControllerInterface/Android/Android.cpp)
 | 
					
						
							| 
									
										
										
										
											2010-11-01 15:47:02 +00:00
										 |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-05-04 19:41:02 -05:00
										 |  |  | if(SDL_FOUND OR SDL2_FOUND)
 | 
					
						
							|  |  |  | 	set(SRCS ${SRCS} ControllerInterface/SDL/SDL.cpp)
 | 
					
						
							| 
									
										
										
										
											2014-08-01 23:23:52 -07:00
										 |  |  | 	if (SDL2_FOUND)
 | 
					
						
							|  |  |  | 		set(LIBS ${LIBS} ${SDL2_LIBRARY})
 | 
					
						
							|  |  |  | 	elseif(SDL_FOUND)
 | 
					
						
							|  |  |  | 		set(LIBS ${LIBS} ${SDL_LIBRARY})
 | 
					
						
							|  |  |  | 	endif()
 | 
					
						
							| 
									
										
										
										
											2014-05-04 19:41:02 -05:00
										 |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-01 23:23:52 -07:00
										 |  |  | add_dolphin_library(inputcommon "${SRCS}" "${LIBS}")
 |