summaryrefslogtreecommitdiff
path: root/gnuradio-core/CMakeLists.txt
AgeCommit message (Collapse)Author
2011-11-16work on swig docs, added to core and digitalJosh Blum
2011-10-23core: Making gnuradio-core dependent on Volk. This means you HAVE to have ↵Tom Rondeau
Volk build in order to build GNU Radio. Volk is now a 'first-class citizen.'
2011-10-20tags: added swigging for gr_tags headerJosh Blum
2011-10-19core: forgot to remove extra underJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-05Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_permutation.h
2011-08-03core: removed modification of includedir for pc file, its not needed and was ↵Josh Blum
messing it up
2011-08-02core: dont set boost vars for gnuradio-core.pcJosh Blum
If this is useful, it should be in gruel.pc; but gruel.pc has no private libs or boost dirs. Also, the substitution of absolute boost library paths is bad for cross builds (even native ones)
2011-08-02cmake: language tweak for component group descriptionJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum