Introduce ChecksumGenerator (chsgen)
[platform/core/security/cynara.git] / src / CMakeLists.txt
index 2e3e7bf..1018e51 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
@@ -46,8 +46,13 @@ INCLUDE_DIRECTORIES(
 ADD_SUBDIRECTORY(include)
 ADD_SUBDIRECTORY(common)
 ADD_SUBDIRECTORY(client)
+ADD_SUBDIRECTORY(client-async)
 ADD_SUBDIRECTORY(client-common)
+ADD_SUBDIRECTORY(cyad)
+ADD_SUBDIRECTORY(chsgen)
 ADD_SUBDIRECTORY(admin)
+ADD_SUBDIRECTORY(agent)
+ADD_SUBDIRECTORY(storage)
 ADD_SUBDIRECTORY(service)
 ADD_SUBDIRECTORY(helpers/creds-commons)
 ADD_SUBDIRECTORY(helpers/creds-dbus)