X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcmd%2FCMakeLists.txt;h=70556c6afcd03e2dc0cfaa482a8cf1376ce685a9;hb=c59e060af988587ffe784ea0f9910c60862dadd0;hp=ee9a160d989dcd9cc4db2d78f9e482f0c03da9cc;hpb=f868403e420691aa3c65173e5c75d9c7351c7d1d;p=platform%2Fcore%2Fsecurity%2Fsecurity-manager.git diff --git a/src/cmd/CMakeLists.txt b/src/cmd/CMakeLists.txt index ee9a160..70556c6 100644 --- a/src/cmd/CMakeLists.txt +++ b/src/cmd/CMakeLists.txt @@ -1,3 +1,8 @@ +PKG_CHECK_MODULES(CMD_DEP + REQUIRED + libtzplatform-config + ) + FIND_PACKAGE(Boost REQUIRED COMPONENTS program_options) INCLUDE_DIRECTORIES(SYSTEM @@ -24,6 +29,7 @@ SET_TARGET_PROPERTIES(${TARGET_CMD} TARGET_LINK_LIBRARIES(${TARGET_CMD} ${TARGET_COMMON} ${TARGET_CLIENT} + ${CMD_DEP_LIBRARIES} ${Boost_LIBRARIES} )