tizen 2.4 release
[framework/web/wrt-plugins-common.git] / src / modules / CMakeLists.txt
similarity index 87%
rename from src_wearable/modules/CMakeLists.txt
rename to src/modules/CMakeLists.txt
index 85db759..94f05f2 100644 (file)
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 #
-include_directories(
+INCLUDE_DIRECTORIES(
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${CMAKE_CURRENT_SOURCE_DIR}/${PLATFORM}
 )
 
-add_subdirectory(API)
-add_subdirectory(${PLATFORM})
-add_subdirectory(packages)
+ADD_SUBDIRECTORY(API)
+ADD_SUBDIRECTORY(${PLATFORM})
+ADD_SUBDIRECTORY(packages)