summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake/cmake
Commit message (Collapse)AuthorAgeFilesLines
* howto: moving uninstall rules into correct location.Tom Rondeau2012-02-171-32/+0
|
* Merge branch 'master' into nextTom Rondeau2012-02-101-0/+32
|\
| * cmake: adding uninstall target for howto-write-a-block-cmake.Martin Braun2012-02-101-0/+32
| |
| * howto: various fixes cmake, cleanupJohnathan Corgan2012-02-052-4/+4
| | | | | | | | | | | | | | | | * Fixed include dir variable, now works when gnuradio-core in custom prefix * Removed QUIET option, only works for cmake >=2.8.2, Ubuntu LTS has 2.8.0 * Fixed library name for gruel search
| * cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum2011-12-122-2/+2
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-088-1035/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: added doxygen and swig docs building tools into howto (cmake version ↵Tom Rondeau2011-11-271-0/+75
| | | | only).
* cmake: only rely on target trick when not crossJosh Blum2011-11-091-1/+7
|
* cmake: tweaks for swig generation moduleJosh Blum2011-11-081-5/+10
| | | | | | Also use deprecated python inc dirs variable to support older systems. Add current binary and source dir to include paths for dependency searcher.
* cmake: tweaks to swig gen and updated howto modulesJosh Blum2011-11-053-24/+291
|
* cmake: fix for find* scriptsJosh Blum2011-10-252-4/+4
| | | | | | Yes there was a misunderstanding and I read the docs wrong. This change uses the correct lib and inc dirs set by the pkg config macro. http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-084-178/+178
|
* howto: updated modules for newer swig macroJosh Blum2011-09-301-1/+47
|
* howto: updated find gruel and core modules to match recommended styleJosh Blum2011-09-242-8/+8
|
* cmake: re-imagining of how to write a block w/ cmake and boost unit testJosh Blum2011-08-047-0/+636