summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum2011-12-122-2/+2
|
* docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
|
* docs: added doxygen and swig docs building tools into howto (cmake version ↵Tom Rondeau2011-11-2735-1/+16408
| | | | 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
* howto: changes as per tom's suggestionsJosh Blum2011-10-1810-40/+37
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-0810-248/+248
|
* howto: updated modules for newer swig macroJosh Blum2011-09-301-1/+47
|
* howto: various fixes for howto exampleJosh Blum2011-09-242-3/+4
|
* 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-0429-0/+1988