Fix potential problem in Messenger related to MPI window
[hoomd-blue.git] / libhoomd / cuda / CMakeLists.txt
blob49260f3dbf445ca42ebbff4973398455f42fc807
1 # Maintainer: joaander
3 if (ENABLE_CUDA)
5 # find all header files in this directory
6 file(GLOB HDRS ${CMAKE_CURRENT_SOURCE_DIR}/*.h ${CMAKE_CURRENT_SOURCE_DIR}/*.cuh)
8 # install them
9 install(FILES ${HDRS} DESTINATION ${INC_INSTALL_DIR})
11 endif(ENABLE_CUDA)