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