repo.or.cz
/
hoomd-blue.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix potential problem in Messenger related to MPI window
[hoomd-blue.git]
/
libhoomd
/
cuda
/
CMakeLists.txt
blob
49260f3dbf445ca42ebbff4973398455f42fc807
1
# Maintainer: joaander
2
3
if (ENABLE_CUDA)
4
5
# find all header files in this directory
6
file(GLOB HDRS ${CMAKE_CURRENT_SOURCE_DIR}/*.h ${CMAKE_CURRENT_SOURCE_DIR}/*.cuh)
7
8
# install them
9
install(FILES ${HDRS} DESTINATION ${INC_INSTALL_DIR})
10
11
endif(ENABLE_CUDA)
12