summaryrefslogtreecommitdiffstats
path: root/tools/gui/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-12 14:47:07 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-12 14:47:07 +0200
commitef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438 (patch)
tree2f6a105b6a4c1325b2aba7c1fa3d9a2b26856a7c /tools/gui/CMakeLists.txt
parent6b82a9a175c92c39f25e9b5965b2e9f5c35f65c2 (diff)
downloaduca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.gz
uca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.bz2
uca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.xz
uca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.zip
Add ring buffer recording for assessment
Diffstat (limited to 'tools/gui/CMakeLists.txt')
-rw-r--r--tools/gui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gui/CMakeLists.txt b/tools/gui/CMakeLists.txt
index ff5e9f6..1000ac6 100644
--- a/tools/gui/CMakeLists.txt
+++ b/tools/gui/CMakeLists.txt
@@ -25,6 +25,7 @@ if (GTK2_FOUND)
add_executable(control
control.c
+ ring-buffer.c
egg-property-cell-renderer.c
egg-property-tree-view.c
egg-histogram-view.c)