summaryrefslogtreecommitdiff
path: root/python/gras/stats/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'python/gras/stats/CMakeLists.txt')
-rw-r--r--python/gras/stats/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/python/gras/stats/CMakeLists.txt b/python/gras/stats/CMakeLists.txt
new file mode 100644
index 0000000..4510f5b
--- /dev/null
+++ b/python/gras/stats/CMakeLists.txt
@@ -0,0 +1,22 @@
+########################################################################
+# Install rules
+########################################################################
+include(GrPython)
+
+GR_PYTHON_INSTALL(
+ FILES
+ __init__.py
+ DESTINATION ${GR_PYTHON_DIR}/gras/stats
+ COMPONENT ${GRAS_COMP_PYTHON}
+)
+
+INSTALL(
+ FILES
+ main.html
+ main.js
+ registry.js
+ utils.js
+ main.css
+ DESTINATION ${GR_PYTHON_DIR}/gras/stats
+ COMPONENT ${GRAS_COMP_PYTHON}
+)