Add file lock to avoid adding the duplicated registry section by multi-process
[platform/framework/native/appfw.git] / src / app / CMakeLists.txt
index 6ba1638..f24fd71 100644 (file)
@@ -44,6 +44,7 @@ SET (${this_target}_SOURCE_FILES
        FApp_AppEntry.cpp
        FApp_AppInfo.cpp
        FApp_AppArg.cpp
+       FAppInit.cpp
        FAppNotificationManager.cpp
        FApp_NotificationManagerImpl.cpp
        FApp_AppManagerIpcMessage.cpp
@@ -66,6 +67,7 @@ SET (${this_target}_SOURCE_FILES
        FApp_AppControlResponseEvent.cpp
        FApp_AppLifecycleEvent.cpp
        FApp_ActiveWindowManager.cpp
+       FApp_RequestManagerT.cpp
        )
 
 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_SINGLETON_CLEANUP -fvisibility=hidden")