From d4791c5758e5c2cc1bd6f08a2bda5abc0eb9c4b1 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 2 Apr 2012 17:51:35 +0200 Subject: Add test to measure lib overhead --- test/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 50aa2b8..096c287 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -65,3 +65,10 @@ target_link_libraries(test-all ${GLIB2_LIBRARIES} ${GOBJECT2_LIBRARIES} ) + +add_executable(perf-overhead perf-overhead.c) +target_link_libraries(perf-overhead + uca-gobject + ${GLIB2_LIBRARIES} + ${GOBJECT2_LIBRARIES} + ) -- cgit v1.2.3