repo.or.cz
/
gromacs
/
qmmm-gamess-us.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
minor fixes in ditribution files
[gromacs/qmmm-gamess-us.git]
/
include
/
thread_mpi
/
CMakeLists.txt
blob
a14e8ad01469bafd1853bead613b02ddac63f63a
1
# includes: Nothing to build, just installation
2
install(DIRECTORY . DESTINATION include/thread_mpi
3
4
PATTERN "Makefile*" EXCLUDE
5
PATTERN "CMake*" EXCLUDE
6
PATTERN "cmake*" EXCLUDE
7
PATTERN "*~" EXCLUDE
8
)
9
10