Update list-maintainers to output redmine syntax
[hoomd-blue.git] / share / hoomd / plugin_template_cpp / pymodule / CMakeLists.txt
blob589b169b04edc5a4dd9c5e1ff5162f5049351781
1 ## install the python module
2 install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
3         DESTINATION hoomd_plugins/${PROJECT_NAME}
4         PATTERN ".svn" EXCLUDE
5         PATTERN "CMakeLists.txt" EXCLUDE
6         )
8 # create a convenience target for editing .py files in IDEs
9 file(GLOB SRCS ${CMAKE_CURRENT_SOURCE_DIR}/*.py)
10 add_custom_target (${PROJECT_NAME}_py SOURCES ${SRCS})