emit event to one application
[apps/agl-service-homescreen.git] / src / CMakeLists.txt
index 363cdae..bf8b33f 100644 (file)
@@ -23,8 +23,10 @@ FIND_PACKAGE(Threads)
 
 pkg_check_modules(hs_binding_depends afb-daemon glib-2.0 gio-2.0 gio-unix-2.0 json-c)
 set(binding_hs_sources
-  homescreen.c
-  hs-helper.c)
+  homescreen.cpp
+  hs-helper.cpp
+  hs-clientmanager.cpp
+  hs-client.cpp)
 
 link_libraries(-Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined)
 include_directories(${PROJECT_SOURCE_DIR}/include)