This commit is contained in:
Dawid Drozd 2018-07-24 14:50:47 +02:00
parent 7a5b3323af
commit 9eaa09f9ec

View File

@ -17,7 +17,7 @@ endif ()
add_executable(EventBusPerformance
src/EventBusPerformance.cpp
${CCNOTIFICATION_CENTER_SRC}
$<$<BOOL:${Poco_FOUND}>:src/PocoEventBus.cpp>
$<$<BOOL:${Poco_FOUND}>:src/PocoNotificationCenterPerformance.cpp>
)
target_compile_options(EventBusPerformance PUBLIC