tizen 2.4 release
[framework/web/wrt-commons.git] / modules / ttrace / config.cmake
similarity index 63%
rename from modules_mobile/support/config.cmake
rename to modules/ttrace/config.cmake
index e2865f6..037e53a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.
 #    limitations under the License.
 #
 #
-# @file        config.cmake
-# @author      Lukasz Marek (l.marek@samsung.com)
-# @version     1.0
-# @brief
 #
 
+SET(WRT_TRACE_SOURCES
+    ${PROJECT_SOURCE_DIR}/modules/ttrace/src/WrtTrace.cpp
+    PARENT_SCOPE
+)
+
+SET(WRT_TRACE_HEADERS
+    ${PROJECT_SOURCE_DIR}/modules/ttrace/include/WrtTrace.h
+    PARENT_SCOPE
+)
 
-SET(DPL_WRT_ENGINE_HEADERS
-    ${PROJECT_SOURCE_DIR}/modules/support/wrt_plugin_export.h
+SET(WRT_TRACE_INCLUDE_DIR
+    ${PROJECT_SOURCE_DIR}/modules/ttrace/include/
     PARENT_SCOPE
 )