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
Enable parallel tests.
[hoomd-blue.git]
/
libhoomd
/
analyzers
/
CMakeLists.txt
blob
0cc1b7f322f6012deeaeb76dcdb18717d551dc51
1
# Maintainer: joaander
2
3
# find all header files in this directory
4
file(GLOB HDRS ${CMAKE_CURRENT_SOURCE_DIR}/*.h ${CMAKE_CURRENT_SOURCE_DIR}/*.cuh)
5
6
# install them
7
install(FILES ${HDRS} DESTINATION ${INC_INSTALL_DIR})