summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake
Commit message (Collapse)AuthorAgeFilesLines
* howto: fixed cmake project definition to include C.Tom Rondeau2012-03-201-1/+1
| | | | Fixes a problem with finding PythonLibs.
* docs: applying operator fix to howto-write-a-block, too.Marcus Mueller2012-02-101-0/+2
|
* cmake: adding uninstall target for howto-write-a-block-cmake.Martin Braun2012-02-102-1/+45
|
* howto: fix cmake swig header installationJohnathan Corgan2012-02-061-1/+1
|
* 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
|
* 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