summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrPython.cmake
AgeCommit message (Collapse)Author
2011-10-25cmake: generate pyo and pyc files + python install macro workJosh Blum
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually.
2011-10-24build: making cmake build pyo files during install.Tom Rondeau
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-21core: attempt at fixing up generation logic in gengen (filter, trellis TODO)Josh Blum
2011-08-03cmake: moved unique target macro into python where its usedJosh Blum
2011-08-02cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵Josh Blum
lib64 on rh64 machines
2011-07-24cmake: changed module include guards to model after builtin cmake modulesJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum