aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Removed atomic.hpp from public APIMartin Braun2018-03-051-2/+2
| | | | | | | atomic.hpp defines a spin lock and a lockfree mutex. There is no reason to have standard constructs in the public API, where we're contractually obligated to not touch them. Thus, moving them into the internal API space.
* lib: Add non-public include directoryMartin Braun2017-12-221-0/+8
This is meant for headers that don't export symbols.