Explorar o código

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

Sascha Zelzer %!s(int64=15) %!d(string=hai) anos
pai
achega
9496c446cc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
   )