| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | project(filesource)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set(filesource_SOURCES | 
					
						
							| 
									
										
										
										
											2019-11-15 01:04:24 +01:00
										 |  |  |     filesource.cpp
 | 
					
						
							|  |  |  |     filesourcebaseband.cpp
 | 
					
						
							|  |  |  |     filesourcereport.cpp
 | 
					
						
							|  |  |  |     filesourcesource.cpp
 | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | 	filesourceplugin.cpp
 | 
					
						
							| 
									
										
										
										
											2019-08-02 13:14:59 +02:00
										 |  |  |     filesourcesettings.cpp
 | 
					
						
							|  |  |  |     filesourcewebapiadapter.cpp
 | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set(filesource_HEADERS | 
					
						
							| 
									
										
										
										
											2019-07-08 01:45:29 +02:00
										 |  |  | 	filesource.h
 | 
					
						
							| 
									
										
										
										
											2019-11-15 01:04:24 +01:00
										 |  |  |     filesourcebaseband.h
 | 
					
						
							|  |  |  |     filesourcereport.h
 | 
					
						
							|  |  |  |     filesourcesource.h
 | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | 	filesourceplugin.h
 | 
					
						
							| 
									
										
										
										
											2019-08-02 13:14:59 +02:00
										 |  |  |     filesourcesettings.h
 | 
					
						
							|  |  |  |     filesourcewebapiadapter.h
 | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | include_directories( | 
					
						
							| 
									
										
										
										
											2019-07-08 01:45:29 +02:00
										 |  |  |     ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
 | 
					
						
							|  |  |  |     ${CUSTOM_WINDOWS_INCLUDE}
 | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  | if(NOT SERVER_MODE)
 | 
					
						
							|  |  |  |     set(filesource_SOURCES | 
					
						
							|  |  |  |         ${filesource_SOURCES}
 | 
					
						
							|  |  |  |         filesourcegui.cpp
 | 
					
						
							|  |  |  |         filesourcegui.ui
 | 
					
						
							|  |  |  |     )
 | 
					
						
							|  |  |  |     set(filesource_HEADERS | 
					
						
							|  |  |  |         ${filesource_HEADERS}
 | 
					
						
							|  |  |  |         filesourcegui.h
 | 
					
						
							|  |  |  |     )
 | 
					
						
							| 
									
										
										
										
											2019-07-08 01:45:29 +02:00
										 |  |  |     set(TARGET_NAME filesource)
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  |     set(TARGET_LIB "Qt5::Widgets")
 | 
					
						
							|  |  |  |     set(TARGET_LIB_GUI "sdrgui")
 | 
					
						
							| 
									
										
										
										
											2019-05-01 15:17:27 +02:00
										 |  |  |     set(INSTALL_FOLDER ${INSTALL_PLUGINS_DIR})
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  | else()
 | 
					
						
							| 
									
										
										
										
											2019-07-08 01:45:29 +02:00
										 |  |  |     set(TARGET_NAME filesourcesrv)
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  |     set(TARGET_LIB "")
 | 
					
						
							|  |  |  |     set(TARGET_LIB_GUI "")
 | 
					
						
							| 
									
										
										
										
											2019-05-01 15:17:27 +02:00
										 |  |  |     set(INSTALL_FOLDER ${INSTALL_PLUGINSSRV_DIR})
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | add_library(${TARGET_NAME} SHARED | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | 	${filesource_SOURCES}
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  | target_link_libraries(${TARGET_NAME} | 
					
						
							| 
									
										
										
										
											2019-07-08 01:45:29 +02:00
										 |  |  |     Qt5::Core
 | 
					
						
							|  |  |  |     ${TARGET_LIB}
 | 
					
						
							|  |  |  |     Qt5::Network
 | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | 	sdrbase
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  | 	${TARGET_LIB_GUI}
 | 
					
						
							| 
									
										
										
										
											2019-07-08 01:45:29 +02:00
										 |  |  |     swagger
 | 
					
						
							| 
									
										
										
										
											2015-08-03 01:04:20 +02:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 15:17:27 +02:00
										 |  |  | install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})
 |