| 
									
										
										
										
											2018-04-23 16:43:18 +02:00
										 |  |  | project (sdrbench)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set(sdrbench_SOURCES | 
					
						
							|  |  |  |     mainbench.cpp
 | 
					
						
							|  |  |  |     parserbench.cpp
 | 
					
						
							| 
									
										
										
										
											2021-04-17 18:14:15 +02:00
										 |  |  |     test_golay2312.cpp
 | 
					
						
							| 
									
										
										
										
											2018-04-23 16:43:18 +02:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set(sdrbench_HEADERS | 
					
						
							|  |  |  |     mainbench.h
 | 
					
						
							|  |  |  |     parserbench.h
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | add_library(sdrbench SHARED | 
					
						
							|  |  |  |     ${sdrbench_SOURCES}
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | include_directories( | 
					
						
							| 
									
										
										
										
											2018-04-23 18:24:45 +02:00
										 |  |  |     ${CMAKE_SOURCE_DIR}/exports
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  |     ${CMAKE_SOURCE_DIR}/sdrbase
 | 
					
						
							| 
									
										
										
										
											2018-04-23 16:43:18 +02:00
										 |  |  |     ${CMAKE_SOURCE_DIR}/logging
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | target_link_libraries(sdrbench | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  |     Qt5::Core
 | 
					
						
							|  |  |  |     Qt5::Gui
 | 
					
						
							| 
									
										
										
										
											2018-04-23 18:24:45 +02:00
										 |  |  |     sdrbase
 | 
					
						
							| 
									
										
										
										
											2018-04-23 16:43:18 +02:00
										 |  |  |     logging
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 11:54:58 +02:00
										 |  |  | install(TARGETS sdrbench DESTINATION ${INSTALL_LIB_DIR})
 |