| 
									
										
										
										
											2018-01-11 02:21:29 +01:00
										 |  |  | project(airspyhf)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-24 21:21:04 +01:00
										 |  |  | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-11 02:21:29 +01:00
										 |  |  | find_package(LibUSB)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set(airspyhf_SOURCES | 
					
						
							|  |  |  |     ${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf.c
 | 
					
						
							|  |  |  |     ${LIBAIRSPYHFSRC}/libairspyhf/src/iqbalancer.c
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | set(airspyhf_HEADERS | 
					
						
							|  |  |  |     ${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf.h
 | 
					
						
							|  |  |  |     ${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf_commands.h
 | 
					
						
							|  |  |  |     ${LIBAIRSPYHFSRC}/libairspyhf/src/iqbalancer.h
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | include_directories( | 
					
						
							|  |  |  |     .
 | 
					
						
							|  |  |  |     ${CMAKE_CURRENT_BINARY_DIR}
 | 
					
						
							|  |  |  |     ${LIBUSB_INCLUDE_DIR}    
 | 
					
						
							|  |  |  |     ${LIBAIRSPYHFSRC}/libairspyhf/src
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | add_definitions(-DQT_SHARED)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | add_library(airspyhf SHARED | 
					
						
							|  |  |  |     ${airspyhf_SOURCES}
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | target_link_libraries(airspyhf | 
					
						
							|  |  |  |     ${LIBUSB_LIBRARIES}
 | 
					
						
							|  |  |  | )
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | install(TARGETS airspyhf DESTINATION lib)
 |