aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Added ENABLE_STATIC_LIBS optionMartin Braun2015-01-191-0/+118
- Allows building static libraries - For users calling find_package(UHD), provides extra options for building apps statically linking UHD. - Updated the init_usrp example to link UHD statically.