[Release] wrt-plugins-common_0.3.112
[platform/framework/web/wrt-plugins-common.git] / src / CMakeLists.txt
index 259b2da..ba7daa0 100644 (file)
@@ -13,6 +13,9 @@
 #    limitations under the License.
 #
 # Includes CMake configuration file (*.cmake), preserving appropriate paths.
+
+ADD_DEFINITIONS("-DWRT_PLUGINS_COMMON_LOG")
+
 macro(include_config_file INCLUDED_CONFIG_FILE_PATH)
   get_filename_component(CURRENT_CONFIG_FILE_PATH ${CMAKE_CURRENT_LIST_FILE} PATH)
   include(${CURRENT_CONFIG_FILE_PATH}/${INCLUDED_CONFIG_FILE_PATH}/${CONFIG_FILE_NAME} OPTIONAL)
@@ -56,6 +59,7 @@ add_subdirectory(plugin-loading)
 add_subdirectory(js-overlay)
 add_subdirectory(Commons)
 add_subdirectory(CommonsJavaScript)
+add_subdirectory(dispatch-event)
 add_subdirectory(modules)
 add_subdirectory(standards)
 add_subdirectory(wrt-popup)