Statistics
| Branch: | Tag: | Revision:

root / gr-howto-write-a-block-cmake @ 812144f4

# Date Author Comment
0ee2298b 12/12/2011 10:08 pm Josh Blum

cmake: fix QUIET arg usage on PKG_CHECK_MODULES

2d88dd48 11/30/2011 07:45 pm Tom Rondeau

docs: fixing variable for location of header files (SOURCE not BINARY).

c04d53d3 11/28/2011 01:27 am Tom Rondeau

docs: added doxygen and swig docs building tools into howto (cmake version only).

9a25332b 11/09/2011 02:50 pm Josh Blum

cmake: only rely on target trick when not cross

ed4023ae 11/09/2011 02:33 am Josh Blum

cmake: tweaks for swig generation module

Also use deprecated python inc dirs variable to support older systems.

Add current binary and source dir to include paths for dependency searcher.

81dbc190 11/05/2011 08:54 pm Josh Blum

cmake: tweaks to swig gen and updated howto modules

fde3f394 10/25/2011 11:38 pm Josh Blum

cmake: fix for find* scripts

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

4dba84e3 10/19/2011 12:40 am Josh Blum

howto: changes as per tom's suggestions

71c0f14a 10/09/2011 12:11 am Josh Blum

gr: the CMakeLists.txt took a chill pill

75528dda 09/30/2011 05:22 pm Josh Blum

howto: updated modules for newer swig macro

f139fb7b 09/24/2011 07:55 pm Josh Blum

howto: various fixes for howto example

3e7c061f 09/24/2011 03:34 pm Josh Blum

howto: updated find gruel and core modules to match recommended style

626018eb 08/04/2011 05:33 pm Josh Blum

cmake: re-imagining of how to write a block w/ cmake and boost unit test