Преглед изворни кода

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

Sascha Zelzer пре 15 година
родитељ
комит
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
   )