summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrMiscUtils.cmake
AgeCommit message (Collapse)Author
2012-07-03core: moved VMCIRCBUF related code to runtimeJosh Blum
This build stuff should not be at the top level.
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-06build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau
platforms.
2012-01-17cmake: fix for cmake 2.6 with library extras modeJosh Blum
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
2011-11-09cmake: only rely on target trick when not crossJosh Blum
2011-11-08cmake: fix for cmake 2.6 install w/ library fubar modeJosh Blum
2011-11-05cmake: tweaks to swig gen and updated howto modulesJosh Blum
2011-11-05cmake: make the swig cxx file gen depend on the specified targetsJosh Blum
made a handy helper macro in grmisc to make this simpler
2011-11-03cmake: created macro for libtool gen and disabled by defaultJosh Blum
2011-10-25cmake: only make libtool file when libtool foundJosh Blum
2011-10-24build: name change because we're not 12 year olds.Tom Rondeau
2011-10-23the librariesJosh Blum
2011-10-19cmake: added conditional check for compiler flagsJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-08-03cmake: moved unique target macro into python where its usedJosh Blum
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum