summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake/cmake
AgeCommit message (Collapse)Author
2011-11-27docs: added doxygen and swig docs building tools into howto (cmake version ↵Tom Rondeau
only).
2011-11-09cmake: only rely on target trick when not crossJosh Blum
2011-11-08cmake: tweaks for swig generation moduleJosh Blum
Also use deprecated python inc dirs variable to support older systems. Add current binary and source dir to include paths for dependency searcher.
2011-11-05cmake: tweaks to swig gen and updated howto modulesJosh Blum
2011-10-25cmake: fix for find* scriptsJosh Blum
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
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-30howto: updated modules for newer swig macroJosh Blum
2011-09-24howto: updated find gruel and core modules to match recommended styleJosh Blum
2011-08-04cmake: re-imagining of how to write a block w/ cmake and boost unit testJosh Blum