X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libclient%2FCMakeLists.txt;h=885ceb7b972e688f370fa697aa00eddbe7fc35d7;hb=a12f78d3ac5450063d9ebd9e392d525a55041764;hp=7a3a8c3b836f32c68bc23259b4b111c69f338738;hpb=203e7a2f6030315093a712f2d47533119ff40b14;p=framework%2Ftelephony%2Ftel-plugin-socket_communicator.git diff --git a/libclient/CMakeLists.txt b/libclient/CMakeLists.txt index 7a3a8c3..885ceb7 100644 --- a/libclient/CMakeLists.txt +++ b/libclient/CMakeLists.txt @@ -8,7 +8,7 @@ SET(INCLUDEDIR "\${prefix}/include") # Set required packages INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs REQUIRED glib-2.0 tcore security-server) +pkg_check_modules(pkgs REQUIRED glib-2.0 tcore security-server dlog) FOREACH(flag ${pkgs_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")