| 
									
										
										
										
											2018-04-23 14:43:18 +00:00
										 |  |  | project (sdrbench)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-12 16:29:24 +00:00
										 |  |  | if (FT8_SUPPORT)
 | 
					
						
							|  |  |  |     set(sdrbench_FT8_LIB ft8)
 | 
					
						
							|  |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-23 14:43:18 +00:00
										 |  |  | set(sdrbench_SOURCES | 
					
						
							|  |  |  |     mainbench.cpp
 | 
					
						
							|  |  |  |     parserbench.cpp
 | 
					
						
							| 
									
										
										
										
											2021-04-17 16:14:15 +00:00
										 |  |  |     test_golay2312.cpp
 | 
					
						
							| 
									
										
										
										
											2023-01-08 18:03:29 +00:00
										 |  |  |     test_ft8.cpp
 | 
					
						
							| 
									
										
										
										
											2024-03-07 13:48:54 +00:00
										 |  |  |     test_callsign.cpp
 | 
					
						
							| 
									
										
										
										
											2024-03-28 14:15:48 +00:00
										 |  |  |     test_ft8protocols.cpp
 | 
					
						
							| 
									
										
										
										
											2018-04-23 14:43:18 +00:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set(sdrbench_HEADERS | 
					
						
							|  |  |  |     mainbench.h
 | 
					
						
							|  |  |  |     parserbench.h
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | add_library(sdrbench SHARED | 
					
						
							|  |  |  |     ${sdrbench_SOURCES}
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | include_directories( | 
					
						
							| 
									
										
										
										
											2023-01-08 18:03:29 +00:00
										 |  |  |     ${FFTW3F_INCLUDE_DIRS}
 | 
					
						
							| 
									
										
										
										
											2024-04-10 00:41:35 +00:00
										 |  |  |     ${Boost_INCLUDE_DIRS}
 | 
					
						
							| 
									
										
										
										
											2018-04-23 16:24:45 +00:00
										 |  |  |     ${CMAKE_SOURCE_DIR}/exports
 | 
					
						
							| 
									
										
										
										
											2019-05-01 09:54:58 +00:00
										 |  |  |     ${CMAKE_SOURCE_DIR}/sdrbase
 | 
					
						
							| 
									
										
										
										
											2018-04-23 14:43:18 +00:00
										 |  |  |     ${CMAKE_SOURCE_DIR}/logging
 | 
					
						
							| 
									
										
										
										
											2023-01-08 18:03:29 +00:00
										 |  |  |     ${CMAKE_SOURCE_DIR}
 | 
					
						
							| 
									
										
										
										
											2018-04-23 14:43:18 +00:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | target_link_libraries(sdrbench | 
					
						
							| 
									
										
										
										
											2024-04-10 00:41:35 +00:00
										 |  |  |     Boost::disable_autolinking
 | 
					
						
							| 
									
										
										
										
											2023-01-08 18:03:29 +00:00
										 |  |  |     ${FFTW3F_LIBRARIES}
 | 
					
						
							| 
									
										
										
										
											2022-11-17 14:34:54 +00:00
										 |  |  |     Qt::Core
 | 
					
						
							|  |  |  |     Qt::Gui
 | 
					
						
							| 
									
										
										
										
											2018-04-23 16:24:45 +00:00
										 |  |  |     sdrbase
 | 
					
						
							| 
									
										
										
										
											2018-04-23 14:43:18 +00:00
										 |  |  |     logging
 | 
					
						
							| 
									
										
										
										
											2023-01-12 16:29:24 +00:00
										 |  |  |     ${sdrbench_FT8_LIB}
 | 
					
						
							| 
									
										
										
										
											2018-04-23 14:43:18 +00:00
										 |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-01 09:54:58 +00:00
										 |  |  | install(TARGETS sdrbench DESTINATION ${INSTALL_LIB_DIR})
 |