diff options
Diffstat (limited to 'bin/gui/CMakeLists.txt')
-rw-r--r-- | bin/gui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gui/CMakeLists.txt b/bin/gui/CMakeLists.txt index e5b30e5..e722ab0 100644 --- a/bin/gui/CMakeLists.txt +++ b/bin/gui/CMakeLists.txt @@ -22,7 +22,7 @@ if (GTK2_FOUND) set(BINARY "uca-camera-control") add_executable(${BINARY} - control.c + uca-camera-control.c egg-property-cell-renderer.c egg-property-tree-view.c egg-histogram-view.c) |