Merge "ecore window handle storage"
[platform/framework/web/wrt-plugins-common.git] / src / CMakeLists.txt
index eea2566..9c0d041 100644 (file)
@@ -35,16 +35,6 @@ if("${HOST_ARCH}" MATCHES "armel")
     set(HOST_ARCH "armel")
 endif()
 
-#include directories
-include_directories(${CMAKE_CURRENT_SOURCE_DIR}
-                    ${CMAKE_CURRENT_SOURCE_DIR}/modules/API
-                    ${CMAKE_CURRENT_SOURCE_DIR}/Commons
-                    ${CMAKE_CURRENT_SOURCE_DIR}/CommonsJavaScript
-                    ${CMAKE_CURRENT_SOURCE_DIR}/plugin-loading
-                    ${CMAKE_CURRENT_SOURCE_DIR}/js-overlay
-                    ${CMAKE_CURRENT_SOURCE_DIR}/wrt-popup/ace/popup-runner
-                    )
-
 #target names
 set(TARGET_PLUGIN_LOADING_LIB "wrt-plugin-loading")
 set(TARGET_COMMONS "wrt-plugins-commons")