summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-108/+0
|
* Added usrp2 impl for the guts of the usrp2 handling.Josh Blum2010-02-161-0/+3
| | | | The top level usrp2 will contain an impl and forward calls to it.
* added uninstall targetJosh Blum2010-02-161-3/+16
|
* Removed Autotools stuff and the git ignore files.Josh Blum2010-02-151-2/+12
| | | | | Feeding cpack a readme and license file. Added readme contents.
* Added CMakeLists.txt for the include dir.Josh Blum2010-02-151-2/+37
| | | | | 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/+47
Only created the files for building, install part missing.