Sfoglia il codice sorgente

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

Sascha Zelzer 15 anni fa
parent
commit
9496c446cc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
   )