Release 0.5.0
[platform/core/security/cynara.git] / src / common / CMakeLists.txt
index 90f1b4b..96b747c 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.
@@ -17,7 +17,7 @@
 #
 
 SET(CYNARA_COMMON_VERSION_MAJOR 0)
-SET(CYNARA_COMMON_VERSION ${CYNARA_COMMON_VERSION_MAJOR}.4.2)
+SET(CYNARA_COMMON_VERSION ${CYNARA_COMMON_VERSION_MAJOR}.5.0)
 
 SET(COMMON_PATH ${CYNARA_PATH}/common)
 
@@ -103,6 +103,10 @@ TARGET_LINK_LIBRARIES(${TARGET_CYNARA_COMMON}
 
 INSTALL(TARGETS ${TARGET_CYNARA_COMMON} DESTINATION ${LIB_INSTALL_DIR})
 INSTALL(FILES
+    ${COMMON_PATH}/log/log.h
+    DESTINATION ${INCLUDE_INSTALL_DIR}/cynara/log
+    )
+INSTALL(FILES
     ${COMMON_PATH}/types/ClientSession.h
     ${COMMON_PATH}/types/PolicyDescription.h
     ${COMMON_PATH}/types/PolicyResult.h