X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=8e4d43cc88c644d4bc376fc64dc62dcbd732b250;hb=74b613423ff4a4899e22a7518ff2802cb489caac;hp=29f4a6327e7914648568d8e54803622174f0e34a;hpb=4f8fea77dfb7e2cecbbc2fe641aeeb81d75b9ae8;p=platform%2Fcore%2Fuifw%2Fstt.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 29f4a63..8e4d43c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2011-2016 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. @@ -23,7 +23,7 @@ PROJECT(stt) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(EXEC_PREFIX "${PREFIX}") -SET(VERSION 0.2.54) +SET(VERSION 0.2.56) ADD_DEFINITIONS("-DSTT_LIBDIR=\"${LIBDIR}\"") ADD_DEFINITIONS("-Werror") @@ -36,13 +36,13 @@ INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include") INCLUDE(FindPkgConfig) IF("${_TV_PRODUCT}" STREQUAL "TRUE") pkg_check_modules(pkgs REQUIRED - aul capi-media-audio-io capi-media-wav-player capi-network-bluetooth capi-system-info dbus-1 dlog ecore glib-2.0 - libtzplatform-config libxml-2.0 vconf vconf-internal-keys + aul capi-media-audio-io capi-media-wav-player capi-network-bluetooth capi-system-info cynara-client cynara-session + dbus-1 dlog ecore glib-2.0 libtzplatform-config libxml-2.0 vconf vconf-internal-keys ) ELSE() pkg_check_modules(pkgs REQUIRED - aul capi-media-audio-io capi-media-wav-player capi-system-info dbus-1 dlog ecore glib-2.0 - libtzplatform-config libxml-2.0 vconf vconf-internal-keys + aul capi-media-audio-io capi-media-wav-player capi-system-info cynara-client cynara-session + dbus-1 dlog ecore glib-2.0 libtzplatform-config libxml-2.0 vconf vconf-internal-keys ) ENDIF()