History | View | Annotate | Download (8.5 kB)
cmake: fix for cmake 2.6 with library extras mode
OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8
LIBRARY_OUTPUT_NAME is new to 2.8 and more specific
cmake: only rely on target trick when not cross
cmake: fix for cmake 2.6 install w/ library fubar mode
cmake: tweaks to swig gen and updated howto modules
cmake: make the swig cxx file gen depend on the specified targets
made a handy helper macro in grmisc to make this simpler
cmake: created macro for libtool gen and disabled by default
cmake: only make libtool file when libtool found
build: name change because we're not 12 year olds.
the libraries
cmake: added conditional check for compiler flags
gr: the CMakeLists.txt took a chill pill
cmake: moved unique target macro into python where its used
cmake: changed module include guards to model after builtin cmake modules
gr: squashed cmakelists.txt into one commit