ソースを参照

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
   )