3 # install the hoomd_script python module
4 install(DIRECTORY hoomd_plugins hoomd_script
5 DESTINATION ${HOOMD_PYTHON_MODULE_DIR}
7 PATTERN "*.pyc" EXCLUDE
8 PATTERN "*.pyo" EXCLUDE
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})