Move files to own directory
[framework/osp/common-service.git] / src / system / CMakeLists.txt
index e413a3b..0452443 100644 (file)
@@ -1,4 +1,4 @@
-SET (this_target system)
+SET (this_target system_service)
 
 INCLUDE_DIRECTORIES(
        ${SLP_INCLUDE_DIRS}
@@ -9,6 +9,8 @@ INCLUDE_DIRECTORIES(
 
 SET (${this_target}_SOURCE_FILES
        FSys_SettingService.cpp
+       FSys_RuntimeInfoStub.cpp
+       FSys_SystemServiceIpcEventForAsync.cpp
 )
 
 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden")