From: Ilho Kim Date: Mon, 21 Oct 2024 12:38:02 +0000 (+0900) Subject: Add pkgmgr-info dependency explicitly X-Git-Tag: accepted/tizen/unified/20241114.092403~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0769286a3d19eebe5e2645ea64d1cc984e237a64;p=platform%2Fcore%2Fapi%2Fnotification.git Add pkgmgr-info dependency explicitly Change-Id: I6944a01ccd73e4366fa58977271a925fae2f5829 Signed-off-by: Ilho Kim --- diff --git a/tests/noti_unittest/CMakeLists.txt b/tests/noti_unittest/CMakeLists.txt index 0e16d00f..c6f115ff 100644 --- a/tests/noti_unittest/CMakeLists.txt +++ b/tests/noti_unittest/CMakeLists.txt @@ -13,6 +13,7 @@ PKG_CHECK_MODULES(notification-unittests REQUIRED aul security-manager libtzplatform-config + pkgmgr-info ) FOREACH(flag ${notification-unittests_CFLAGS})