airspy / airspyone_host

AirSpy's usemode driver and associated tools
http://airspy.com
245 stars 88 forks source link

compilation #60

Closed joserrecio closed 6 years ago

joserrecio commented 6 years ago

I would like to know how can I modify the make file on the directory airspyone_host-master/build/airspy-tools to add te compilation of other functions that I have to use in the airspy_rx.c file. I mean that when you have to compile the airspy_rx.c you only have to type make in this directory but I need to compile some other files of other directories.

bvernoux commented 6 years ago

All is done in CMakeLists.txt for more details on how works CMake please see https://cmake.org/cmake-tutorial/