[9.0][location] Remove conditional statements for Mobile/Wearable profile
[platform/core/api/location-manager.git] / CMakeLists.txt
index d8b258b..db1aff2 100755 (executable)
@@ -13,7 +13,7 @@ INCLUDE_DIRECTORIES(${INC_DIR})
 SET(pc_dependents "capi-base-common")
 
 INCLUDE(FindPkgConfig)
-       pkg_check_modules(dependents REQUIRED dlog lbs-location capi-base-common capi-system-info)
+       pkg_check_modules(dependents REQUIRED dlog lbs-location capi-base-common capi-system-info libtzplatform-config)
 
 FOREACH(flag ${dependents_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")