1 ## install the python module
2 install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
3 DESTINATION hoomd_plugins/${PROJECT_NAME}
5 PATTERN "CMakeLists.txt" EXCLUDE
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})