From f0f911c99f3d60edd7095b0368d79c65342a9fe9 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 22 Mar 2011 15:46:30 +0100 Subject: Add basic (not working) benchmark --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 287f9ea..1a25ee6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -16,10 +16,12 @@ file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/control.glade add_executable(enum enum.c) add_executable(grab grab.c) add_executable(grab-async grab-async.c) +add_executable(benchmark benchmark.c) target_link_libraries(enum uca) target_link_libraries(grab uca) target_link_libraries(grab-async uca) +target_link_libraries(benchmark uca) if (GTK2_FOUND) include_directories(${GTK2_INCLUDE_DIRS}) -- cgit v1.2.3