summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d1f1d67..3ea7414 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -9,6 +9,9 @@ pkg_check_modules(GTK2 gtk+-2.0)
include_directories(${CMAKE_SOURCE_DIR}/src)
+file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/control.glade
+ DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+
# --- Build targets -----------------------------------------------------------
add_executable(enum enum.c)
add_executable(grab grab.c)