diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-12 14:47:07 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-12 14:47:07 +0200 |
commit | ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438 (patch) | |
tree | 2f6a105b6a4c1325b2aba7c1fa3d9a2b26856a7c /tools/gui/CMakeLists.txt | |
parent | 6b82a9a175c92c39f25e9b5965b2e9f5c35f65c2 (diff) | |
download | libuca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.gz libuca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.bz2 libuca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.xz libuca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.zip |
Add ring buffer recording for assessment
Diffstat (limited to 'tools/gui/CMakeLists.txt')
-rw-r--r-- | tools/gui/CMakeLists.txt | 1 |
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) |