From 9eaa09f9ec5a29045b03ffc7632878863a2b2b9b Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Tue, 24 Jul 2018 14:50:47 +0200 Subject: [PATCH] Fix --- performance/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/CMakeLists.txt b/performance/CMakeLists.txt index 06aea99..be1d169 100644 --- a/performance/CMakeLists.txt +++ b/performance/CMakeLists.txt @@ -17,7 +17,7 @@ endif () add_executable(EventBusPerformance src/EventBusPerformance.cpp ${CCNOTIFICATION_CENTER_SRC} - $<$:src/PocoEventBus.cpp> + $<$:src/PocoNotificationCenterPerformance.cpp> ) target_compile_options(EventBusPerformance PUBLIC