Browse Source

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

Sascha Zelzer 15 years ago
parent
commit
9496c446cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Libs/PluginFramework/CMakeLists.txt

+ 1 - 0
Libs/PluginFramework/CMakeLists.txt

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