Enable parallel tests.
[hoomd-blue.git] / share / hoomd / plugin_template_evaluators_ext / pymodule / CMakeLists.txt
blob068aeeb28f84ceedcb5e0f0589fa038e5ddcfc32
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})