diff options
author | Josh Blum | 2013-05-11 19:56:48 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-11 19:56:48 -0700 |
commit | 9e9308df1599bd13e808cacc6b3cea5a5c697df3 (patch) | |
tree | f01f195141a26a27b1c34f9cd2e03b92041a2a37 /python/gras/query/CMakeLists.txt | |
parent | a847dd8414816158d11e142a002b67596719813c (diff) | |
download | sandhi-9e9308df1599bd13e808cacc6b3cea5a5c697df3.tar.gz sandhi-9e9308df1599bd13e808cacc6b3cea5a5c697df3.tar.bz2 sandhi-9e9308df1599bd13e808cacc6b3cea5a5c697df3.zip |
gras: moved query app to top level
Diffstat (limited to 'python/gras/query/CMakeLists.txt')
-rw-r--r-- | python/gras/query/CMakeLists.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/python/gras/query/CMakeLists.txt b/python/gras/query/CMakeLists.txt deleted file mode 100644 index f9a855e..0000000 --- a/python/gras/query/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -######################################################################## -# Install rules -######################################################################## -include(GrPython) - -GR_PYTHON_INSTALL( - FILES - __init__.py - DESTINATION ${GR_PYTHON_DIR}/gras/query - COMPONENT ${GRAS_COMP_PYTHON} -) - -INSTALL( - FILES - main.html - main.js - utils.js - chart_factory.js - chart_overhead_compare.js - chart_overall_throughput.js - chart_handler_breakdown.js - chart_port_counters.js - chart_global_counters.js - chart_port_downtime.js - main.css - DESTINATION ${GR_PYTHON_DIR}/gras/query - COMPONENT ${GRAS_COMP_PYTHON} -) |