X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcynara-tests%2FCMakeLists.txt;h=bf592b40806149a71c64e413dc9a7e4933543a6c;hb=d73ae48d0c3783f2571522d48a5eaa702d3391f6;hp=093027d949c32261dc9580bf6d0f7d3956cb24c1;hpb=73b53cbcd45595efdc50bcd5b0ebf53677dd6530;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/src/cynara-tests/CMakeLists.txt b/src/cynara-tests/CMakeLists.txt index 093027d..bf592b4 100644 --- a/src/cynara-tests/CMakeLists.txt +++ b/src/cynara-tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2014-2018 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. @@ -26,13 +26,16 @@ PKG_CHECK_MODULES(CYNARA_TARGET_DEP cynara-client-async cynara-creds-dbus cynara-creds-gdbus + cynara-creds-sd-bus cynara-creds-self cynara-creds-socket cynara-monitor cynara-plugin dbus-1 glib-2.0 + libsystemd ) +FIND_PACKAGE (Threads) #files to compile SET(CYNARA_TARGET_TEST_SOURCES @@ -81,6 +84,7 @@ TARGET_LINK_LIBRARIES(${CYNARA_TARGET_TEST} dpl-test-framework gobject-2.0 gio-2.0 + ${CMAKE_THREAD_LIBS_INIT} ) #place for output file