repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Autogenerate gromacs.7 from programs.txt
[gromacs.git]
/
cmake
/
Filter.cmake
blob
839c76043c6646e743e868ca1da14272465014e1
1
#Can be used to filter files at build time
2
#Usage: cmake -DINFILE=... -DOUTFILE=... [variables to replace] -P Filter.cmake
3
configure_file(${INFILE} ${OUTFILE})