Просмотр исходного кода

Added header file in CMakeLists.txt to show up in IDEs

Sascha Zelzer лет назад: 15
Родитель
Сommit
9496c446cc
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Libs/PluginFramework/CMakeLists.txt

+ 1 - 0
Libs/PluginFramework/CMakeLists.txt

@@ -80,6 +80,7 @@ SET(KIT_SRCS
 
   # EventBus sources
   EventBus/ctkEvent.cpp
+  EventBus/ctkEventBus.h
   EventBus/ctkEventConstants.cpp
   )