bbc0820d26447022b0339e04d5b10dd7a69af323
[profile/ivi/wrt-plugins-tizen.git] / src / platform / API / Account / config.cmake
1 get_current_path()
2 set(SRCS_PLATFORM_API_ACCOUNT
3   ${CURRENT_PATH}/IAccountService.cpp
4   ${CURRENT_PATH}/IAccountManager.cpp
5   ${CURRENT_PATH}/AccountFactory.cpp
6   ${CURRENT_PATH}/EventAccount.cpp
7   ${CURRENT_PATH}/AccountFilter.cpp
8   ${CURRENT_PATH}/AccountServices.cpp
9   ${CURRENT_PATH}/AccountServiceTypeProperty.cpp
10   ${CURRENT_PATH}/AccountServiceProviderProperty.cpp
11   
12   PARENT_SCOPE
13 )