summaryrefslogtreecommitdiffstats
path: root/lib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-43/+0
|
* Added control code in the txrx.c and dboard interface for usrp2 to handle ↵Josh Blum2010-02-161-0/+1
| | | | gpio and atr
* Moved the usrp2 implementation files into a usrp2 dir within mboard.Josh Blum2010-02-161-1/+2
| | | | Filled in many of the properties for the mboard (including clock config).
* Added usrp2 impl for the guts of the usrp2 handling.Josh Blum2010-02-161-0/+1
| | | | The top level usrp2 will contain an impl and forward calls to it.
* CMake does not have convenience libraries like automake.Josh Blum2010-02-151-5/+10
| | | | | Removed the nested lib CMakeLists.txt in favor of a single top level lib/CMakeLists.txt for building the shared library.
* Added CMakeLists.txt for the include dir.Josh Blum2010-02-151-0/+2
| | | | | Setting up the pkg config file through cmake. Added stuff to cmake to add optional flags.
* Created CMakeLists.txt for a CMake build.Josh Blum2010-02-151-0/+33
Only created the files for building, install part missing.