Enable parallel tests.
[hoomd-blue.git] / python-module / CMakeLists.txt
blob0a722fd5861a567a4e19ccd2fa0eb0b82d8a1fd3
1 # Maintainer: joaander
3 # install the hoomd_script python module
4 install(DIRECTORY hoomd_plugins hoomd_script
5     DESTINATION ${HOOMD_PYTHON_MODULE_DIR}
6     PATTERN ".svn" EXCLUDE
7     PATTERN "*.pyc" EXCLUDE
8     PATTERN "*.pyo" EXCLUDE
9     )
11 # create a convenience target for editing .py files in IDEs
12 file(GLOB SRCS ${CMAKE_CURRENT_SOURCE_DIR}/hoomd_script/*.py)
13 add_custom_target(hoomd_script SOURCES ${SRCS})