Cleaned up some unused definitions in wrt-plugin's config.xml DTD file.
[platform/framework/web/wrt-plugins-common.git] / src / CMakeLists.txt
index 5152f7e..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)