summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-05-06 15:49:09 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-05-07 11:12:00 +0900
commita8fff04a1c3373dafe4cd0ab3f709cd842f20a6a (patch)
treedf73e6ee780008766efb8f740bcd972f63d42c70 /CMakeLists.txt
parent6064205f3031e16007a3b7025b0d397b85c742a5 (diff)
downloadnotification-a8fff04a1c3373dafe4cd0ab3f709cd842f20a6a.tar.gz
notification-a8fff04a1c3373dafe4cd0ab3f709cd842f20a6a.tar.bz2
notification-a8fff04a1c3373dafe4cd0ab3f709cd842f20a6a.zip
1. Move internal API set for notification_list to notification_list.h
2. New API set for notification system setting 3. Correct abnormal file access permsssions Change-Id: I9a00c7bedadcd2e350875246197f22c7488cdd13 Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c28f8e..9569af9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,7 @@ SET(HEADERS-DEVEL
./include/notification_list.h
./include/notification_status.h
./include/notification_setting.h
+ ./include/notification_setting_internal.h
)