浏览代码

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
   )