upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / platform / Tizen / Systeminfo / config.cmake
old mode 100755 (executable)
new mode 100644 (file)
index 0a02bce..42d5548
@@ -1,16 +1,19 @@
 get_current_path()
 
 pkg_search_module(network REQUIRED network)
+pkg_search_module(network REQUIRED tapi)
 pkg_search_module(devman REQUIRED devman)
 
 set(INCLUDES_PLATFORM_IMPLEMENTATION_SYSTEMINFO
   ${network_INCLUDE_DIRS}
+  ${tapi_INCLUDE_DIRS}  
   ${devman_INCLUDE_DIRS}
   PARENT_SCOPE
 )
 
 set(LIBS_PLATFORM_IMPLEMENTATION_SYSTEMINFO
   ${network_LIBRARIES}
+  ${tapi_LIBRARIES}  
   ${devman_LIBRARIES}
   PARENT_SCOPE
 )